Files
DefinitelyTyped/types/pg-pool/index.d.ts
2017-03-24 14:27:52 -07: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";