6 lines
102 B
TypeScript
Raw Normal View History

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