UNPKG

@canonical/jujulib

Version:
10 lines 281 B
import AgentV2 from "./AgentV2.js"; import AgentV3 from "./AgentV3.js"; export * as AgentV2 from "./AgentV2.js"; export * as AgentV3 from "./AgentV3.js"; const Agent = { name: "Agent", versions: [AgentV2, AgentV3], }; export default Agent; //# sourceMappingURL=index.js.map