@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
20 lines (19 loc) • 645 B
TypeScript
import type { string_char_emoji } from '../../types/typeAliasEmoji';
/**
* All possible emoji chars like "🍆", "🍡", "🍤"...
* Note: this will be needed to update annually - now updated at 2022-01-19
*
* @see https://getemoji.com/
* @deprecated Use /\p{Extended_Pictographic}/ instead
*
* @private within the repository
*/
export declare const EMOJIS_IN_CATEGORIES: Record<string, ReadonlyArray<string_char_emoji>>;
/**
* All possible emoji chars like "🍆", "🍡", "🍤"...
*
* @deprecated Use /\p{Extended_Pictographic}/ instead
*
* @private within the repository
*/
export declare const EMOJIS: Set<string_char_emoji>;