UNPKG

kysely-codegen

Version:

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

6 lines (5 loc) 134 B
export declare class InferClauseNode { readonly name: string; readonly type = "InferClause"; constructor(name: string); }