UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 242 B
/** * @@@ * * @param input @@@ * @returns @@@ * @public exported from `@promptbook/utils` */ export declare function removeDiacritics(input: string): string; /** * TODO: [Ж] Variant for cyrillic (and in general non-latin) letters */