6 lines
95 B

1 month ago
declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}