summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cli-table2/node_modules/lodash/math.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cli-table2/node_modules/lodash/math.js')
-rw-r--r--deps/npm/node_modules/cli-table2/node_modules/lodash/math.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/node_modules/cli-table2/node_modules/lodash/math.js b/deps/npm/node_modules/cli-table2/node_modules/lodash/math.js
new file mode 100644
index 0000000000..21409cebd8
--- /dev/null
+++ b/deps/npm/node_modules/cli-table2/node_modules/lodash/math.js
@@ -0,0 +1,9 @@
+module.exports = {
+ 'add': require('./math/add'),
+ 'ceil': require('./math/ceil'),
+ 'floor': require('./math/floor'),
+ 'max': require('./math/max'),
+ 'min': require('./math/min'),
+ 'round': require('./math/round'),
+ 'sum': require('./math/sum')
+};