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