fediverse-export-analyzer/public/js/modules/getRandomInt.min.js

3 wiersze
136 B
JavaScript

const getRandomInt=(t,o)=>Math.floor(Math.random()*(o-t+1))+t;export default getRandomInt;
//# sourceMappingURL=getRandomInt.min.js.map