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 93eff3f commit 26ada49Copy full SHA for 26ada49
lib/internal/webstreams/readablestream.js
@@ -45,7 +45,7 @@ const {
45
const {
46
isArrayBufferView,
47
isDataView,
48
-} = require('util/types');
+} = require('internal/util/types');
49
50
51
createDeferredPromise,
lib/internal/webstreams/util.js
@@ -31,7 +31,7 @@ const {
31
32
33
isPromise,
34
35
36
37
inspect,
0 commit comments