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