UNPKG

@lobehub/fluent-emoji

Version:

Fluent Emoji are a collection of familiar, friendly, and modern emoji from Microsoft

6 lines 281 B
//#region src/getEmojiByCharacter/index.d.ts declare const getEmoji: (emoji: string) => string | undefined; declare const getEmojiNameByCharacter: (emoji: string) => string | undefined; //#endregion export { getEmoji, getEmojiNameByCharacter }; //# sourceMappingURL=index.d.mts.map