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