aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/_baseLodash.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/_baseLodash.js')
-rw-r--r--node_modules/lodash/_baseLodash.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/lodash/_baseLodash.js b/node_modules/lodash/_baseLodash.js
new file mode 100644
index 0000000..f76c790
--- /dev/null
+++ b/node_modules/lodash/_baseLodash.js
@@ -0,0 +1,10 @@
+/**
+ * The function whose prototype chain sequence wrappers inherit from.
+ *
+ * @private
+ */
+function baseLodash() {
+ // No operation performed.
+}
+
+module.exports = baseLodash;