summaryrefslogtreecommitdiff
path: root/alarm/node_modules/lodash/_nativeKeys.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/lodash/_nativeKeys.js')
-rw-r--r--alarm/node_modules/lodash/_nativeKeys.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/alarm/node_modules/lodash/_nativeKeys.js b/alarm/node_modules/lodash/_nativeKeys.js
deleted file mode 100644
index 479a104..0000000
--- a/alarm/node_modules/lodash/_nativeKeys.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var overArg = require('./_overArg');
-
-/* Built-in method references for those with the same name as other `lodash` methods. */
-var nativeKeys = overArg(Object.keys, Object);
-
-module.exports = nativeKeys;