aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/math.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/math.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/math.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/math.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/lodash/math.js
new file mode 100644
index 00000000..21409ceb
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/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')
+};