UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

9 lines (7 loc) • 336 B
// ESM wrapper for pg-connection-string import connectionString from '../index.js' // Re-export the parse function export default connectionString.parse export const parse = connectionString.parse export const toClientConfig = connectionString.toClientConfig export const parseIntoClientConfig = connectionString.parseIntoClientConfig