@canonical/jujulib
Version:
Juju API client
10 lines • 320 B
JavaScript
import MachinerV4 from "./MachinerV4.js";
import MachinerV5 from "./MachinerV5.js";
export * as MachinerV4 from "./MachinerV4.js";
export * as MachinerV5 from "./MachinerV5.js";
const Machiner = {
name: "Machiner",
versions: [MachinerV4, MachinerV5],
};
export default Machiner;
//# sourceMappingURL=index.js.map