UNPKG

roman-standard-form

Version:

Helper functions for working with roman numerals.

6 lines (5 loc) 158 B
export declare const romanNumeral: { toDecimal: (input: string) => number; fromDecimal: (num: number) => string; }; export default romanNumeral;