UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

10 lines (7 loc) 157 B
'use strict'; function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); } module.exports = { getRandomInt, };