summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash/internal/baseLodash.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/lodash/internal/baseLodash.js')
-rw-r--r--deps/npm/node_modules/lodash/internal/baseLodash.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/npm/node_modules/lodash/internal/baseLodash.js b/deps/npm/node_modules/lodash/internal/baseLodash.js
deleted file mode 100644
index 15b79d3f7b..0000000000
--- a/deps/npm/node_modules/lodash/internal/baseLodash.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * The function whose prototype all chaining wrappers inherit from.
- *
- * @private
- */
-function baseLodash() {
- // No operation performed.
-}
-
-module.exports = baseLodash;