UNPKG

@canonical/jujulib

Version:

Juju API client

9 lines (8 loc) 320 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"; export * as BundleV8 from "./BundleV8.js"; declare const Bundle: GenericFacade; export default Bundle;