index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
blob: a372221a0afaa4b8b8092284df4a443acfcaf503 (
plain
)
1
2
3
import
rndstr
from
'rndstr'
;
export
default
()
=>
rndstr
(
'a-zA-Z0-9'
,
16
);