Skip to content

Commit 26ada49

Browse files
jasnellBethGriggs
authored andcommitted
stream: import internal/util/types instead
Signed-off-by: James M Snell <[email protected]> PR-URL: #39331 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 93eff3f commit 26ada49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/webstreams/readablestream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const {
4545
const {
4646
isArrayBufferView,
4747
isDataView,
48-
} = require('util/types');
48+
} = require('internal/util/types');
4949

5050
const {
5151
createDeferredPromise,

lib/internal/webstreams/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const {
3131

3232
const {
3333
isPromise,
34-
} = require('util/types');
34+
} = require('internal/util/types');
3535

3636
const {
3737
inspect,

0 commit comments

Comments
 (0)