UNPKG

@reskit/emoji

Version:
6 lines (5 loc) 287 B
declare const fullEmojiRegexp: RegExp; declare const simpleEmojiRegexp: RegExp; declare function extractEmoji(text: string): Array<string>; declare function extractCommonEmoji(text: string): Array<string>; export { extractEmoji, extractCommonEmoji, fullEmojiRegexp, simpleEmojiRegexp };