Sign in
cobalt
/
cobalt
/
6f3fc44129ff775165447b31ee68e7cc0ca9dedd
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
emoji-regex
/
index.d.ts
blob: 2c317cdad43dbee3d6ec57ad26bc63248614e614 [
file
] [
log
] [
blame
]
declare
module
'emoji-regex'
{
function
emojiRegex
():
RegExp
;
export
default
emojiRegex
;
}