DefinitelyTyped/types/pg-pool/index.d.ts
2017-07-25 10:34:23 -07:00

8 lines
275 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";