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

1.0.0 • Public • Published

Roman numbers

Functions to work with roman numbers

Installation

npm install @stein197/roman

Usage

import roman from "@stein197/roman";

roman.parse("XIX"); // 19
roman.stringify(19); // "XIX"

NPM scripts

  • clean. Clean the working directory from compiled files
  • build. Compile TypeScript source code
  • test. Run unit tests

Readme

Keywords

Package Sidebar

Install

npm i @stein197/roman

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

20.3 kB

Total Files

7

Last publish

Collaborators

  • stein197