@evandrolg/roman
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Roman · license

A tiny library (~24B) to make it simple to work with Roman numbers.

Installation

To install roman, execute:

$ npm install @evandrolg/roman

or

$ yarn add @evandrolg/roman

Methods

  • Roman.isRoman(value: string): boolean
  • Roman.toNumber(value: string): number
  • Roman.toRoman(value: number): string

License

MIT

/@evandrolg/roman/

    Package Sidebar

    Install

    npm i @evandrolg/roman

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    18 kB

    Total Files

    19

    Last publish

    Collaborators

    • evandrolg