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

1.0.2 • Public • Published

roman

Convert to and from roman numerals.

Installation

pnpm add roman

Usage

import { fromRoman, toRoman } from "@tammergard/roman"

fromRoman("CXXIII") // 123

toRoman(123) // "CXXIII"

License

MIT

Package Sidebar

Install

npm i @tammergard/roman

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • tammergard