UNPKG

@churchapps/apihelper

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

6 lines 251 B
export declare class DBCreator { private static tables; static init(selectedTables: string[]): Promise<void>; static runScript(title: string, file: string, customDelimeter: boolean): Promise<void>; } //# sourceMappingURL=DBCreator.d.ts.map