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