UNPKG

@canonical/jujulib

Version:
9 lines (8 loc) 320 B
import { GenericFacade } from "../../types"; export * as ClientV2 from "./ClientV2.js"; export * as ClientV3 from "./ClientV3.js"; export * as ClientV5 from "./ClientV5.js"; export * as ClientV6 from "./ClientV6.js"; export * as ClientV7 from "./ClientV7.js"; declare const Client: GenericFacade; export default Client;