import inRange from './number/inRange'; import random from './number/random'; export default { 'inRange': inRange, 'random': random };