UNPKG

@canonical/jujulib

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