This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
paricafe
Watch
1
Star
0
Fork
You've already forked paricafe
0
mirror of
https://github.com/paricafe/misskey.git
synced
2024-12-02 05:56:44 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e2183400e5
paricafe
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 09:47:43 -05:00
import
rndstr
from
'rndstr'
;
Refactor
2019-04-15 11:05:21 -05:00
export
default
(
)
=
>
rndstr
(
'a-zA-Z0-9'
,
16
)
;
Reference in a new issue
Copy permalink