UNPKG

emoji-regex

Version:

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

4 lines (3 loc) 81 B
declare module 'emoji-regex' { export default function emojiRegex(): RegExp; }