Files
DefinitelyTyped/pg-pool/index.d.ts
2016-09-12 18:05:29 +08:00

8 lines
274 B
TypeScript

// Type definitions for pg-pool
// Project: https://github.com/brianc/node-pg-pool
// Definitions by: Leo Liang <https://github.com/aleung>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="pg" />
export {Pool, PoolConfig} from "pg";