.verb.md
April 23, 2017 ยท View on GitHub
Usage
var deromanize = require('{%= name %}');
console.log(deromanize('LVIII'));
//=> 58
Attribution
Inspired by this blog post by Steven Levithan.
April 23, 2017 ยท View on GitHub
var deromanize = require('{%= name %}');
console.log(deromanize('LVIII'));
//=> 58
Inspired by this blog post by Steven Levithan.