This website works better with JavaScript
Home
Explore
Help
Sign In
formation
/
FatboarProject
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
43ab1745c5
Branches
Tags
dev
feature
master
FatboarProject
/
node_modules
/
emoji-regex
/
index.d.ts
index.d.ts
100 B
History
Raw
1
2
3
4
5
declare module 'emoji-regex' {
function emojiRegex(): RegExp;
export default emojiRegex;
}