text.d.ts 95 B

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