| Current Path : /var/www/html/learn/node_modules/lodash-es/ |
| Current File : /var/www/html/learn/node_modules/lodash-es/number.default.js |
import clamp from './clamp.js';
import inRange from './inRange.js';
import random from './random.js';
export default {
clamp, inRange, random
};