Version 1
[yaffs-website] / node_modules / grunt-legacy-log / node_modules / lodash / internal / baseLodash.js
diff --git a/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseLodash.js b/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseLodash.js
new file mode 100644 (file)
index 0000000..15b79d3
--- /dev/null
@@ -0,0 +1,10 @@
+/**
+ * The function whose prototype all chaining wrappers inherit from.
+ *
+ * @private
+ */
+function baseLodash() {
+  // No operation performed.
+}
+
+module.exports = baseLodash;