Files
moltbot/src/config/plugin-auto-enable.ts
2026-04-09 08:13:41 +01:00

11 lines
396 B
TypeScript

export {
applyPluginAutoEnable,
materializePluginAutoEnableCandidates,
} from "./plugin-auto-enable.apply.js";
export { detectPluginAutoEnableCandidates } from "./plugin-auto-enable.detect.js";
export type {
PluginAutoEnableCandidate,
PluginAutoEnableResult,
} from "./plugin-auto-enable.types.js";
export { resolvePluginAutoEnableCandidateReason } from "./plugin-auto-enable.shared.js";