We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b787f commit a02b352Copy full SHA for a02b352
‎types/pg/index.d.ts‎
@@ -17,7 +17,7 @@ export interface ClientConfig {
17
host?: string | undefined;
18
connectionString?: string | undefined;
19
keepAlive?: boolean | undefined;
20
- stream?: () => stream.Duplex | stream.Duplex | undefined;
+ stream?: () => stream.Duplex | undefined;
21
statement_timeout?: false | number | undefined;
22
ssl?: boolean | ConnectionOptions | undefined;
23
query_timeout?: number | undefined;
‎types/pg/package.json‎
@@ -15,7 +15,7 @@
15
"dependencies": {
16
"@types/node": "*",
"pg-protocol": "*",
- "pg-types": "^4.0.1"
+ "pg-types": "^2.2.0"
},
"devDependencies": {
"@types/pg": "workspace:."
0 commit comments