1.0.0 • Published 3 years ago
@stein197/roman v1.0.0
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
1.0.0
3 years ago