UNPKG

amharic-keyboard

Version:

A TypeScript library for translating English text to Amharic, with support for characters, words, and numbers.

7 lines (6 loc) 212 B
/** * Translates a number to Amharic format * @param num The number to translate * @returns The Amharic representation of the number */ export declare const translateNumberToAmharic: (num: number) => string;