Files
openclaw/src/plugins/path-safety.ts
Peter Steinberger a674ce5e0d refactor(plugins): trim path safety facade (#105876)
* refactor(plugins): trim path safety facade

* chore(deadcode): reconcile export baseline

* chore(deadcode): refresh baseline after main sync

* chore(deadcode): align baseline with linux scan
2026-07-12 20:24:58 -07:00

8 lines
207 B
TypeScript

/** Plugin-local re-export of shared path safety helpers for plugin install/runtime code. */
export {
isPathInside,
safeRealpathSync,
safeStatSync,
formatPosixMode,
} from "../infra/path-safety.js";