mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
275 B
TypeScript
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";
|