Skip to content

Resch17/numerare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerare

A light TS library for converting to and from Arabic and Roman numerals. Supports numeric values between 1 and 3999.

Install

Using npm, run:

$ npm install numerare

Use

import { toRoman, toArabic } from 'numerare';
// ...

const romanNumerals: string = toRoman(1990);
// MCMXC

const arabicNumerals: number = toArabic(MCMXC);
// 1990

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published