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