UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

11 lines (10 loc) 275 B
/** * Removes emojis from a string and fix whitespaces * * Note: [🔂] This function is idempotent. * * @param text with emojis * @returns text without emojis * @public exported from `@promptbook/utils` */ export declare function removeEmojis(text: string): string;