aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/modules/cjs/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/modules/cjs/helpers.js')
-rw-r--r--lib/internal/modules/cjs/helpers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal/modules/cjs/helpers.js b/lib/internal/modules/cjs/helpers.js
index fd24a6fb3c..4b35302944 100644
--- a/lib/internal/modules/cjs/helpers.js
+++ b/lib/internal/modules/cjs/helpers.js
@@ -1,5 +1,7 @@
'use strict';
+const { Object } = primordials;
+
const { validateString } = require('internal/validators');
const path = require('path');
const { pathToFileURL } = require('internal/url');