@stein197/roman
v1.0.0
Published
Roman numbers
Readme
Roman numbers
Functions to work with roman numbers
Installation
npm install @stein197/romanUsage
import roman from "@stein197/roman";
roman.parse("XIX"); // 19
roman.stringify(19); // "XIX"NPM scripts
clean. Clean the working directory from compiled filesbuild. Compile TypeScript source codetest. Run unit tests
