UNPKG

hancorg_hexlet

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