UNPKG

kysely-codegen

Version:

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

11 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InferClauseNode = void 0; class InferClauseNode { constructor(name) { this.type = 'InferClause'; this.name = name; } } exports.InferClauseNode = InferClauseNode; //# sourceMappingURL=infer-clause-node.js.map