UNPKG

kysely-codegen

Version:

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

3 lines (2 loc) 103 B
export type DateParser = 'string' | 'timestamp'; export declare const DEFAULT_DATE_PARSER: DateParser;