This website works better with JavaScript.
Explore
Help
Register
Sign In
mahdi
/
arbaeen-web-app
Watch
1
Star
0
Fork
You've already forked arbaeen-web-app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
286 MiB
Tag:
Branch:
Tree:
962e6f4137
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '962e6f4137'
${ noResults }
arbaeen-web-app
/
node_modules
/
emoji-regex
/
index.d.ts
6 lines
90 B
Raw
Normal View
History
Unescape
Escape
update
2 years ago
declare
module
'emoji-regex'
{
function
emojiRegex
(
)
:
RegExp
;
export
=
emojiRegex
;
}