3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-02 23:22:51 +08:00
cordova-android/node_modules/lodash/number.js
2016-02-24 09:50:07 -08:00

5 lines
103 B
JavaScript

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