1.0.0 • Published 1 year ago

@stein197/roman v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
1.0.0

1 year ago