2025-03-20 08:23:45 +13:00

8 lines
221 B
JavaScript

// ESM wrapper for pg-connection-string
import connectionString from '../index.js';
// Re-export the parse function
export const parse = connectionString.parse;
// Re-export the default
export default connectionString;