UNPKG

react-native-lucky-wheel

Version:
13 lines (12 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { randomNumber: (min, max) => { return Math.floor(Math.random() * (max - min) + min); } }; exports.default = _default; //# sourceMappingURL=index.js.map