UNPKG

kysely-codegen

Version:

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

12 lines 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExportStatementNode = void 0; const node_type_1 = require("./node-type"); class ExportStatementNode { constructor(argument) { this.type = node_type_1.NodeType.EXPORT_STATEMENT; this.argument = argument; } } exports.ExportStatementNode = ExportStatementNode; //# sourceMappingURL=export-statement-node.js.map