UNPKG

roulette-for-project

Version:

The best React roulette

6 lines (5 loc) 186 B
/** * This function gets a random integer between two values, inclusive */ declare const getRandomIntInRange: (min: number, max: number) => number; export default getRandomIntInRange;