// Type definitions for pg-pool // Project: https://github.com/brianc/node-pg-pool // Definitions by: Leo Liang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare module "pg-pool" { export {Pool, PoolConfig} from "pg"; }