summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lodash/math.js
blob: 21409cebd8a563fcdcc5029cb1f50ac1f1fcaafb (plain)
1
2
3
4
5
6
7
8
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')
};