4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-11 10:15:20 +08:00
2016-02-24 09:50:07 -08:00

5 lines
103 B
JavaScript

module.exports = {
'inRange': require('./number/inRange'),
'random': require('./number/random')
};