UNPKG

126 BTypeScriptView Raw
1import * as Pool from 'pg-pool';
2export declare class PgPool extends Pool {
3 Client: any;
4 constructor(options: any);
5}