UNPKG

react-native-lucky-wheel

Version:
6 lines 147 B
export default { randomNumber: (min, max) => { return Math.floor(Math.random() * (max - min) + min); } }; //# sourceMappingURL=index.js.map