This website requires JavaScript.
Explore
Help
Sign In
moris
/
mi.moris.day
Watch
1
Star
0
Fork
0
You've already forked mi.moris.day
forked from
mirror/misskey
Code
Pull Requests
Activity
b6790a4320
mi.moris.day
/
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 11:07:39 +09:00
import
{
secureRndstr
}
from
'@/misc/secure-rndstr.js'
;
#497
2017-08-28 23:47:43 +09:00
refactor(backend): replace rndstr with secureRndstr (#11044) * refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
2023-06-25 11:04:33 +09:00
export
default
(
)
=
>
secureRndstr
(
16
)
;
Copy Permalink