UNPKG

kysely-codegen

Version:

`kysely-codegen` generates Kysely type definitions from your database. That's it.

8 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GLOBAL_IMPORTS = void 0; const ast_1 = require("../ast"); exports.GLOBAL_IMPORTS = { ColumnType: new ast_1.ModuleReferenceNode('kysely'), }; //# sourceMappingURL=imports.js.map