We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb25f7b commit bbc84b2Copy full SHA for bbc84b2
packages/pg-connection-string/index.d.ts
@@ -1,6 +1,6 @@
1
import { ClientConfig } from 'pg'
2
3
-export function parse(connectionString: string, options: Options): ConnectionOptions
+export function parse(connectionString: string, options?: Options): ConnectionOptions
4
5
export interface Options {
6
// Use libpq semantics when interpreting the connection string
0 commit comments