UNPKG

kysely-mapper

Version:

Flexible Kysely-based utility for mapping between tables and objects

6 lines 318 B
import { Kysely } from 'kysely'; import { Database } from './test-tables'; export declare function createDB(): Promise<Kysely<Database>>; export declare function resetDB(db: Kysely<Database>): Promise<void>; export declare function destroyDB<DB>(db: Kysely<DB>): Promise<void>; //# sourceMappingURL=test-setup.d.ts.map