UNPKG

khmer-date-utils

Version:

This package is used to convert date to khmer date, date range, date utils

7 lines (6 loc) 255 B
/** * Converts a number to its Khmer numeral representation. * @param input - The number or numeric string to convert. * @returns The Khmer numeral representation of the input. */ export declare function ToKhmerNumber(input: number | string): string;