UNPKG

kysely-codegen

Version:

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

5 lines (4 loc) 257 B
export type Test = () => Promise<void> | void; export declare const describe: (name: string, test: Test) => Promise<void>; export declare const it: (name: string, test: Test) => Promise<void>; export declare const xit: (_name: string, _test: Test) => void;