UNPKG

scrapper-tools

Version:

Modern way to scrape modern websites

4 lines (3 loc) 131 B
export function randomNumberRange(min: number, max: number): number { return Math.floor(Math.random() * (max - min + 1) + min) }