UNPKG

@git-emoji/dataset-js

Version:

Emoji data and contextual emoji data

8 lines (7 loc) 234 B
import { emoji as e } from './emoji'; import { word } from './word'; export declare type ContextEntry = { keyword: (keyof typeof word)[]; emoji: ((typeof e)[keyof typeof e])[]; }; export declare const context: ContextEntry[];