UNPKG

@promptbook/remote-client

Version:

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

25 lines (24 loc) 830 B
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/ * * @private within the repository * @deprecated Use /\p{Extended_Pictographic}/ instead */ export declare const EMOJIS_IN_CATEGORIES: Record<string, ReadonlyArray<string_char_emoji>>; /** * * All possible emoji chars like "🍆", "🍡", "🍤"... * * @private within the repository * @deprecated Use /\p{Extended_Pictographic}/ instead */ export declare const EMOJIS: Set<string_char_emoji>; /** * TODO: [💴] DRY - just one version of emojis.ts * TODO: Mirror from Collboard or some common package * Note: [💞] Ignore a discrepancy between file name and entity name */