the-tip-top-backend/node_modules/pg-pool/esm/index.mjs
2025-10-22 20:40:47 +00:00

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