UNPKG

amharic-keyboard

Version:

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

7 lines (6 loc) 201 B
/** * Checks if a character is a vowel * @param char The character to check * @returns True if the character is a vowel, false otherwise */ export declare const isVowel: (char: string) => boolean;