UNPKG

@gptp/core

Version:

Library to supercharge your use of large language models

17 lines (16 loc) 507 B
import { 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/ */ export declare const EMOJIS_IN_CATEGORIES: Record<string, Array<string_char_emoji>>; /** * * All possible emoji chars like "🍆", "🍡", "🍤"... */ export declare const EMOJIS: Set<string_char_emoji>; /** * TODO: Mirror from Collboard or some common library */