UNPKG

@canonical/jujulib

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