UNPKG

kysely-codegen

Version:

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

12 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnionExpressionNode = void 0; const node_type_1 = require("./node-type"); class UnionExpressionNode { constructor(args) { this.type = node_type_1.NodeType.UNION_EXPRESSION; this.args = args; } } exports.UnionExpressionNode = UnionExpressionNode; //# sourceMappingURL=union-expression-node.js.map