ts-sql-codegen
Version:
Generates ts-sql-query table mappings from tbls schema output
3 lines (2 loc) • 300 B
TypeScript
export declare const doesMatchNameOrPattern: (matcher: undefined | null | string | RegExp, target: string) => boolean | RegExpMatchArray | null;
export declare const doesMatchNameOrPatternNamespaced: (matcher: undefined | null | string | RegExp, target: string) => boolean | RegExpMatchArray | null;