This website requires JavaScript.
Explore
Help
Sign In
monkee.ch
/
monkeeShark
Watch
1
Star
0
Fork
You've already forked monkeeShark
0
Code
Pull requests
Activity
b6790a4320
monkeeShark
/
packages
/
backend
/
src
/
misc
/
generate-native-user-token.ts
4 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: Use ESM (#8358) * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
2022-02-27 02:07:39 +00:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
#497
2017-08-28 14:47:43 +00:00
refactor(backend): replace rndstr with secureRndstr (#11044) * refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
2023-06-25 02:04:33 +00:00
export
default
(
)
=
>
secureRndstr
(
16
)
;
Copy permalink