UNPKG

kysely-codegen

Version:

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

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