UNPKG

@canonical/jujulib

Version:
12 lines (8 loc) 277 B
import { GenericFacade } from "../../types"; import ActionPrunerV1 from "./ActionPrunerV1.js"; export * as ActionPrunerV1 from "./ActionPrunerV1.js"; const ActionPruner: GenericFacade = { name: "ActionPruner", versions: [ActionPrunerV1], }; export default ActionPruner;