mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +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";
|