mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Bump to v4.0.0.
This commit is contained in:
11
number.js
11
number.js
@@ -1,7 +1,4 @@
|
||||
import inRange from './number/inRange';
|
||||
import random from './number/random';
|
||||
|
||||
export default {
|
||||
'inRange': inRange,
|
||||
'random': random
|
||||
};
|
||||
export { default as clamp } from './clamp';
|
||||
export { default as inRange } from './inRange';
|
||||
export { default as random } from './random';
|
||||
export { default as default } from './number.default';
|
||||
|
||||
Reference in New Issue
Block a user