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