Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 277 Bytes

.verb.md

File metadata and controls

11 lines (8 loc) · 277 Bytes

Usage

var deromanize = require('{%= name %}');
console.log(deromanize('LVIII'));
//=> 58

Attribution

Inspired by this blog post by Steven Levithan.