mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.74k stars 174 forks source link

type defs not recognised outside of index.js #77

Closed DetachHead closed 3 years ago

DetachHead commented 3 years ago

image

this seems to be fixable by moving the module declarations for the other js files to their own d.ts files. i will make a PR fixing this

ben-walker commented 3 years ago

Should this be reopened? Seems to still be an issue in the latest version, looks like the fix got moved to #81 if I'm reading things correctly.

DetachHead commented 3 years ago

yeah probably. i screwed up trying to fix it the first time, i didn't notice #81 never got merged

ben-walker commented 3 years ago

Thanks, makes sense! @mathiasbynens could this be reopened, or 81 merged?

mathiasbynens commented 3 years ago

86, which includes the changes from #81, is now merged.