SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
100 Bytes
declare module 'emoji-regex' {
function emojiRegex(): RegExp;
export default emojiRegex;
}