aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/util/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/util/types.js')
-rw-r--r--lib/internal/util/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/util/types.js b/lib/internal/util/types.js
index 28ef7f27a6..3f05ad06ac 100644
--- a/lib/internal/util/types.js
+++ b/lib/internal/util/types.js
@@ -1,6 +1,6 @@
'use strict';
-const { uncurryThis } = primordials;
+const { Object, uncurryThis } = primordials;
const TypedArrayPrototype = Object.getPrototypeOf(Uint8Array.prototype);