UNPKG

brain_games_iweb

Version:
11 lines (8 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const getRandom = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min; var _default = getRandom; exports.default = _default;