RGI_Emoji.d.ts 100 B

12345
  1. declare module 'emoji-regex/RGI_Emoji' {
  2. function emojiRegex(): RegExp;
  3. export = emojiRegex;
  4. }