UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

5 lines (4 loc) 186 B
export declare class MapperUtils { static resolveKey<T>(tKey: (new () => T) | T | string): string; static setIdentifier<T>(newable: new () => T, identifier: string): void; }