UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines 266 B
//#region src/infra/approval-display-paths.d.ts /** Formats user-home paths compactly for approval prompts without normalizing unsafe paths. */ declare function formatApprovalDisplayPath(value: string): string; //#endregion export { formatApprovalDisplayPath as t };