Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 180 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 180 Bytes

decToRomanKata

Simple converter from decimal (arabic) to roman numbers

Usage:

var decToRoman = require('dectoroman');

decToRoman(10); // 'X'
decToRoman(99); // 'XCIX'