summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/node_modules/lodash/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cli-table2/node_modules/lodash/support.js')
-rw-r--r--deps/npm/node_modules/cli-table2/node_modules/lodash/support.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/npm/node_modules/cli-table2/node_modules/lodash/support.js b/deps/npm/node_modules/cli-table2/node_modules/lodash/support.js
new file mode 100644
index 0000000000..5009c2c502
--- /dev/null
+++ b/deps/npm/node_modules/cli-table2/node_modules/lodash/support.js
@@ -0,0 +1,10 @@
+/**
+ * An object environment feature flags.
+ *
+ * @static
+ * @memberOf _
+ * @type Object
+ */
+var support = {};
+
+module.exports = support;