convnum
    Preparing search index...

    Variable VALID_NUM_TYPESConst

    VALID_NUM_TYPES: NumType[] = ...

    Array of all valid conversion types (excluding special types 'invalid', 'empty', 'unknown')

    Sorted by priority to use (used mainly for detection: when a string is detected as being possible to be of multiple types, the higher the priority, the more likely it is of that type)

    You can use compareNumTypeOrder to sort array of num types by VALID_NUM_TYPES order

    VALID_NUM_TYPES order:

    1. decimal
    2. latin_letter
    3. month_name
    4. day_of_week
    5. greek_letter
    6. greek_letter_english_name
    7. roman
    8. chinese_words
    9. chinese_financial
    10. chinese_heavenly_stem
    11. chinese_earthly_branch
    12. chinese_solar_term
    13. cyrillic_letter
    14. hebrew_letter
    15. binary
    16. octal
    17. hexadecimal
    18. arabic
    19. english_cardinal
    20. english_words
    21. french_words
    22. astrological_sign
    23. nato_phonetic