mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
// ESM wrapper for pg-native
|
|
import Client from '../index.js'
|
|
|
|
// Export as default only to match CJS module
|
|
export default Client
|