UNPKG

@promptbook/langtail

Version:

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

9 lines (8 loc) 227 B
/** * Removes emojis from a string and fix whitespaces * * @param text with emojis * @returns text without emojis * @public exported from `@promptbook/utils` */ export declare function removeEmojis(text: string): string;