This commit is contained in:
2025-10-24 17:06:14 -05:00
parent 12d0690b91
commit df8c75603f
11289 changed files with 1209053 additions and 318 deletions

View File

@@ -0,0 +1,4 @@
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
__markAsModule(exports);
//# sourceMappingURL=falsy.js.map

View File

@@ -0,0 +1,7 @@
{
"version": 3,
"sources": ["../../src/generic/falsy.ts"],
"sourcesContent": ["export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;\n"],
"mappings": ";;AAAA;",
"names": []
}

View File

@@ -0,0 +1,4 @@
var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
__markAsModule(exports);
//# sourceMappingURL=sql-fragment.js.map

View File

@@ -0,0 +1,7 @@
{
"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": []
}