OCA_Backend/api/node_modules/sequelize/dist/lib/generic/sql-fragment.js.map

8 lines
292 B
Plaintext
Raw Normal View History

2022-01-22 13:36:44 +00:00
{
"version": 3,
"sources": ["../../../lib/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": []
}