UNPKG

kysely-codegen

Version:

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

7 lines (6 loc) 203 B
export declare class TableMatcher { isMatch: (string: string) => boolean; isSimpleGlob: boolean; constructor(pattern: string); match(schema: string | undefined, name: string): boolean; }