[EDIT] FILE: generic.tar
sql-fragment.js.map 0000755 00000000441 15073511775 0010273 0 ustar 00 { "version": 3, "sources": ["../../src/generic/sql-fragment.ts"], "sourcesContent": ["import { Falsy } from './falsy';\n\nexport type SQLFragment = string | Falsy | SQLFragment[];\nexport type TruthySQLFragment = string | SQLFragment[];\n"], "mappings": ";;AAAA;", "names": [] } falsy.js 0000755 00000000265 15073511775 0006241 0 ustar 00 var __defProp = Object.defineProperty; var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); __markAsModule(exports); //# sourceMappingURL=falsy.js.map sql-fragment.js 0000755 00000000274 15073511775 0007523 0 ustar 00 var __defProp = Object.defineProperty; var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); __markAsModule(exports); //# sourceMappingURL=sql-fragment.js.map falsy.js.map 0000755 00000000313 15073511775 0007007 0 ustar 00 { "version": 3, "sources": ["../../src/generic/falsy.ts"], "sourcesContent": ["export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;\n"], "mappings": ";;AAAA;", "names": [] } sql-fragment.d.ts 0000755 00000000243 15073524075 0007750 0 ustar 00 import { Falsy } from './falsy'; export declare type SQLFragment = string | Falsy | SQLFragment[]; export declare type TruthySQLFragment = string | SQLFragment[]; falsy.d.ts 0000755 00000000120 15073524075 0006460 0 ustar 00 export declare type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;
SAVE
CANCEL