mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 01:20:43 +00:00
5 lines
241 B
TypeScript
5 lines
241 B
TypeScript
// Safe local-file helpers for plugin runtime media and bridge code.
|
|
|
|
export { readFileWithinRoot, writeFileWithinRoot } from "../infra/fs-safe.js";
|
|
export { basenameFromMediaSource, safeFileURLToPath } from "../infra/local-file-access.js";
|