mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
more work
This commit is contained in:
6
node_modules/lodash/math.js
generated
vendored
Normal file
6
node_modules/lodash/math.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
'add': require('./math/add'),
|
||||
'max': require('./math/max'),
|
||||
'min': require('./math/min'),
|
||||
'sum': require('./math/sum')
|
||||
};
|
Reference in New Issue
Block a user