This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hotomoe
Watch
1
Star
0
Fork
0
You've already forked hotomoe
mirror of
https://github.com/hotomoe/hotomoe
synced
2024-12-26 20:48:13 +09:00
Code
bce8c5a315
hotomoe
/
src
/
server
/
api
/
common
/
generate-native-user-token.ts
4 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
#497
2017-08-28 23:47:43 +09:00
import
rndstr
from
'rndstr'
;
Refactor
2019-04-16 01:05:21 +09:00
export
default
(
)
=
>
rndstr
(
'a-zA-Z0-9'
,
16
)
;
Copy Permalink