mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add npm-package
This commit is contained in:
5
npm-package/number.js
Normal file
5
npm-package/number.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
'clamp': require('./clamp'),
|
||||
'inRange': require('./inRange'),
|
||||
'random': require('./random')
|
||||
};
|
||||
Reference in New Issue
Block a user