MCPcopy
hub / github.com/GitbookIO/gitbook / EmojiData

Interface EmojiData

packages/emoji-codepoints/build.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import emojisRaws from 'emoji-assets/emoji.json';
4
5interface EmojiData {
6 code_points: {
7 base: string;
8 fully_qualified: string;
9 };
10}
11
12const emojis = emojisRaws as Record<string, EmojiData>;
13const output: Record<string, string> = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected