@@ -29,7 +29,8 @@ const { codes: { |
|
|
29 |
29 |
} } = require('internal/errors'); |
30 |
30 |
const AssertionError = require('internal/assert/assertion_error'); |
31 |
31 |
const { openSync, closeSync, readSync } = require('fs'); |
32 |
|
-const { inspect, types: { isPromise, isRegExp } } = require('util'); |
|
32 |
+const { inspect } = require('internal/util/inspect'); |
|
33 |
+const { isPromise, isRegExp } = require('internal/util/types'); |
33 |
34 |
const { EOL } = require('internal/constants'); |
34 |
35 |
const { NativeModule } = require('internal/bootstrap/loaders'); |
35 |
36 |
|