mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 02:11:37 +00:00
* 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
8 lines
207 B
TypeScript
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";
|