UNPKG

81 BTypeScriptView Raw
1declare module 'emoji-regex' {
2 export default function emojiRegex(): RegExp;
3}