UNPKG

kysely-codegen

Version:

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

7 lines (6 loc) 182 B
import { NodeType } from './node-type'; export declare class InferClauseNode { readonly name: string; readonly type = NodeType.INFER_CLAUSE; constructor(name: string); }