UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

8 lines (7 loc) 182 B
/** * Removes emojis from a string and fix whitespaces * * @param text with emojis * @returns text without emojis */ export declare function removeEmojis(text: string): string;