UNPKG

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