UNPKG

roman-standard-form

Version:

Helper functions for working with roman numerals.

3 lines (2 loc) 82 B
declare const fromDecimal: (num: number) => string; export default fromDecimal;