numeric-quantity - v2.0.1
    Preparing search index...

    Variable romanNumeralUnicodeToAsciiMapConst

    romanNumeralUnicodeToAsciiMap: Record<
        RomanNumeralUnicode,
        keyof typeof romanNumeralValues,
    > = ...

    Map of Unicode Roman numeral code points to their ASCII equivalents.