mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-10 12:32:27 +00:00
4 lines
143 B
TypeScript
4 lines
143 B
TypeScript
// Secure random token helpers for plugin runtime state.
|
|
|
|
export { generateSecureToken, generateSecureUuid } from "../infra/secure-random.js";
|