UNPKG

roman-standard-form

Version:

Helper functions for working with roman numerals.

3 lines (2 loc) 80 B
declare const toDecimal: (input: string) => number; export default toDecimal;