package.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-regex Show documentation
Show all versions of emoji-regex Show documentation
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
The newest version!
declare module 'emoji-regex' {
export default function emojiRegex(): RegExp;
}