mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-24 02:43:26 +08: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";
|