mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 21:31:26 +00:00
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
// Diagnostic flag/event helpers for plugins that want narrow runtime gating.
|
|
|
|
export { isDiagnosticFlagEnabled } from "../infra/diagnostic-flags.js";
|
|
export { isDiagnosticsEnabled } from "../infra/diagnostic-events.js";
|