UNPKG

amharic-keyboard

Version:

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

8 lines (7 loc) 160 B
export interface WordsMapping { [key: string]: string; } export type NumbersArray = string[]; export interface NumberMapping { [key: number]: string; }