mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 02:31:45 +00:00
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
/**
|
|
* Logging redaction helpers re-exported for Browser diagnostics.
|
|
*/
|
|
export { redactSensitiveText, redactToolPayloadText } from "openclaw/plugin-sdk/logging-core";
|