Skip to content
Permalink
51d30c161c
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
4 lines (4 sloc) 103 Bytes
module.exports = {
'inRange': require('./number/inRange'),
'random': require('./number/random')
};