UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

7 lines (6 loc) 193 B
import { MapperTable } from "./mapper-table"; export declare class MetadataTableBase<T> { newable: new () => T; mapperTable: MapperTable; constructor(newable: new () => T); }