UNPKG

cr-numeral

Version:

This is an application that helps convert numbers to Roman numerals or vice versa. Find Roman numerals or Numbers.

5 lines (3 loc) 218 B
const { convertNumberToRoman } = require("./modules/numberToRomanNumeral"); const { convertRomanToNumber } = require("./modules/romanNumeralToNumber"); module.exports = { convertNumberToRoman, convertRomanToNumber };