1.0.0 • Published 5 years ago
brandtromanum v1.0.0
What is this?
This Roman Numeral Decryptor can be used to turn any Roman numeral into an Arabic number.
For example, "VII" would be decrypted into 7.
Works for Roman numerals from I to M.
Give it a try!
#Installation
npm i brandtromanum --save
Then..
import { brandtromanum }  from 'brandtromanum';
console.log(brandtromanum("XIV"))
//output = 141.0.0
5 years ago