Edit File: index.d.ts
declare module 'emoji-regex/es2015' { function emojiRegex(): RegExp; export = emojiRegex; }
Back