UNPKG
roman-numerals
Version:
latest (0.3.2)
0.3.2
Roman numerals conversion module
roman-numerals
/
index.js
7 lines
(6 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
(
function
(
) {
module
.
exports
= {
toArabic
:
require
(
'./lib/toArabic.js'
),
toRoman
:
require
(
'./lib/toRoman.js'
) }; })();