UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

12 lines (11 loc) 278 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;