Files
openclaw/src/plugin-sdk/state-paths.ts
2026-03-16 21:16:32 -07:00

4 lines
158 B
TypeScript

// Public state/config path helpers for plugins that persist small caches.
export { resolveOAuthDir, resolveStateDir, STATE_DIR } from "../config/paths.js";