UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

5 lines (4 loc) 216 B
export declare class Replaceable { static replaceAt(base: string, index: number, replace: string): string; static replaceArrayPattern(base: string, searchValue: string, replaceArray: string[]): string; }