add floatAdd
This commit is contained in:
7
node_modules/lodash-es/number.default.js
generated
vendored
Normal file
7
node_modules/lodash-es/number.default.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import clamp from './clamp.js';
|
||||
import inRange from './inRange.js';
|
||||
import random from './random.js';
|
||||
|
||||
export default {
|
||||
clamp, inRange, random
|
||||
};
|
Reference in New Issue
Block a user