@aryth/roman

0.6.9 • Public • Published

@aryth/roman

npm version npm download monthly npm download total npm dependents npm license pp install size github commit last github commit total

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 

Meta

LICENSE (MIT)

Package Sidebar

Install

npm i @aryth/roman

Weekly Downloads

33

Version

0.6.9

License

MIT

Unpacked Size

5.01 kB

Total Files

5

Last publish

Collaborators

  • hoyeung