This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10164810127
/
DasePad
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
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.
6
Commits
1
Branch
35 MiB
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
DasePad
/
node_modules
/
emoji-regex
/
index.d.ts
5 lines
100 B
Raw
Permalink
Normal View
History
pre0115
3 years ago
declare
module
'emoji-regex'
{
function
emojiRegex
(
)
:
RegExp
;
export
default
emojiRegex
;
}