mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-22 14:17:14 +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";
|