This website requires JavaScript.
Explore
Help
Sign In
usbharu
/
misskey
mirror of
https://github.com/misskey-dev/misskey.git
Watch
1
Star
0
Fork
You've already forked misskey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bce8c5a315
misskey
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
76 B
TypeScript
Raw
Blame
History
import
rndstr
from
'rndstr'
;
export
default
(
)
=
>
rndstr
(
'a-zA-Z0-9'
,
16
)
;
Reference in New Issue
View Git Blame
Copy Permalink