8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
{
|
|
"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": []
|
|
}
|