5 lines
97 B

declare module 'emoji-regex/es2015' {
function emojiRegex(): RegExp;
export = emojiRegex;
}