UNPKG

@thi.ng/emoji

Version:

Bi-directional lookup tables mapping emoji names & their characters

12 lines 390 B
/** * Inverse mapping of {@link EMOJI}, i.e. here the emoji characters are keys to * look up their names in this object. * * @remarks * Might still have to deal with variants: * * - http://unicode.org/emoji/charts/emoji-variants.html * - https://en.wikipedia.org/wiki/Variant_form_(Unicode) */ export declare const NAMES: Record<string, string>; //# sourceMappingURL=names.d.ts.map