Files
test-pg/node_modules/pg-pool/esm/index.mjs
Fergus Molloy c762544c70
Some checks failed
Actions / runner-job (push) Failing after 27s
init
2025-07-28 01:44:37 +01:00

6 lines
125 B
JavaScript

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