Moonfanz's picture
Upload 1796 files
e2f726f verified
raw
history blame contribute delete
90 Bytes
declare module 'emoji-regex' {
function emojiRegex(): RegExp;
export = emojiRegex;
}