UNPKG

@churchapps/apihelper

Version:

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

7 lines 183 B
import mysql from "mysql2"; export declare class Pool { static current: mysql.Pool; static initPool(): void; private static getConfig; } //# sourceMappingURL=Pool.d.ts.map