Files
avz-site/node_modules/react-day-picker/dist/cjs/ethiopic/utils/toGeezNumerals.d.ts
T
2026-05-30 19:59:39 -03:00

9 lines
269 B
TypeScript

/**
* Converts a number to Geez (Ethiopic) numerals.
*
* @param num - The number to convert
* @returns The number in Geez numerals
* @throws {Error} When input is 0 (Geez has no zero representation)
*/
export declare function toGeezNumerals(num: number): string;