File size: 95 Bytes
369fac9
 
 
 
 
1
2
3
4
5
6
declare module 'emoji-regex/text' {
  function emojiRegex(): RegExp;

  export = emojiRegex;
}