UNPKG

roman-standard-form

Version:

Helper functions for working with roman numerals.

10 lines (9 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.romanNumeral = void 0; const functions_1 = require("./functions"); exports.romanNumeral = { toDecimal: functions_1.toDecimal, fromDecimal: functions_1.fromDecimal }; exports.default = exports.romanNumeral;