Files
openclaw/src/plugins/status-dependencies.ts
T
2026-06-03 20:19:17 -04:00

11 lines
328 B
TypeScript

/** Public status dependency helpers re-exported from the core implementation. */
export {
buildPluginDependencyStatus,
normalizePluginDependencySpecs,
} from "./status-dependencies-core.js";
export type {
PluginDependencyEntry,
PluginDependencySpecMap,
PluginDependencyStatus,
} from "./status-dependencies-core.js";