UNPKG

num-to-arabic

Version:
3 lines (2 loc) 99 B
declare function convertToArabic(number: number | string): string; export default convertToArabic;