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 32371eb commit 2a4d108Copy full SHA for 2a4d108
1 file changed
packages/pg-native/lib/copy-stream.js
@@ -1,6 +1,6 @@
1
const { Duplex, Writable } = require('stream')
2
3
-class CopyStream extends Duplex {
+module.exports = class CopyStream extends Duplex {
4
constructor(pq, options) {
5
super(options);
6
this.pq = pq;
0 commit comments