@aryth/roman
v0.7.3
Published
Parse roman numerals to decimal numbers
Downloads
372
Maintainers
Readme
@aryth/roman
Parse roman numerals to decimal number
Features
Install
$ npm install @aryth/roman
Usage
import { romanToDecimal } from '@aryth/roman'
const ROMAN = 'CDXXXIII'
console.log(romanToDecimal(ROMAN)) // 433