aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/es-object-atoms/isObject.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/es-object-atoms/isObject.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/es-object-atoms/isObject.js b/node_modules/es-object-atoms/isObject.js
deleted file mode 100644
index ec49bf1..0000000
--- a/node_modules/es-object-atoms/isObject.js
+++ /dev/null
@@ -1,6 +0,0 @@
-'use strict';
-
-/** @type {import('./isObject')} */
-module.exports = function isObject(x) {
- return !!x && (typeof x === 'function' || typeof x === 'object');
-};