convert-number-to-roman-arabic
v1.0.1
Published
convert number to roman arabic
Maintainers
Readme
Convert Number to roman
How to install
npm install --save convert_to_romanHow to use
const NumberToRoman = require('convert_to_roman')
console.log(to_roman(1453))
result ' MCDLIII '