UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

5 lines (4 loc) 114 B
export declare class ReplacementParam { properties: string[]; constructor(...properties: string[]); }