UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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;