UNPKG

nodejs-jdbc

Version:
6 lines (5 loc) 293 B
export declare function getConnection(...args: any[]): any; export declare function getConnectionSync(...args: any[]): any; export declare function getLoginTimeout(): any; export declare function registerDriver(driver: string): any; export declare function setLoginTimeout(seconds: any): any;