index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
emoji-regex
/
index.d.ts
blob: 2c317cdad43dbee3d6ec57ad26bc63248614e614 (
plain
) (
blame
)
1
2
3
4
5
declare
module
'emoji-regex'
{
function
emojiRegex
()
:
RegExp
;
export
default
emojiRegex
;
}