@canonical/jujulib
Version:
Juju API client
9 lines (8 loc) • 320 B
TypeScript
import { GenericFacade } from "../../types";
export * as CharmsV2 from "./CharmsV2.js";
export * as CharmsV4 from "./CharmsV4.js";
export * as CharmsV5 from "./CharmsV5.js";
export * as CharmsV6 from "./CharmsV6.js";
export * as CharmsV7 from "./CharmsV7.js";
declare const Charms: GenericFacade;
export default Charms;