the-tip-top-backend/node_modules/pg-pool/esm/index.mjs

6 lines
125 B
JavaScript
Executable File

// ESM wrapper for pg-pool
import Pool from '../index.js'
// Export as default only to match CJS module
export default Pool