UNPKG

roman-numerals

Version:

Roman numerals conversion module

7 lines (6 loc) 131 B
(function () { module.exports = { toArabic: require('./lib/toArabic.js'), toRoman:require('./lib/toRoman.js') }; })();