1.0.4 • Published 4 years ago

random-roman v1.0.4

Weekly downloads
14
License
-
Repository
-
Last release
4 years ago
$ npm i random-roman
const randRoman = require('randomRoman');

Methods

//without range
console.log(randRoman());

//with min max range
console.log(randRoman(55,999))
const randRoman = require('randomRoman');

console.log(randRoman());

console.log(randRoman(55,999))

This project is not yet licensed.