UNPKG

@canonical/jujulib

Version:
8 lines (7 loc) 277 B
import { GenericFacade } from "../../types"; export * as BundleV1 from "./BundleV1.js"; export * as BundleV4 from "./BundleV4.js"; export * as BundleV5 from "./BundleV5.js"; export * as BundleV6 from "./BundleV6.js"; declare const Bundle: GenericFacade; export default Bundle;