UNPKG

scrapper-tools

Version:

Its in development but I use it in all my web automation project.

6 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (min, max) => { return Math.floor(Math.random() * (max - min + 1) + min); }; //# sourceMappingURL=randomNumberRange.js.map