UNPKG

@canonical/jujulib

Version:
6 lines (5 loc) 185 B
import { GenericFacade } from "../../types"; export * as AgentV2 from "./AgentV2.js"; export * as AgentV3 from "./AgentV3.js"; declare const Agent: GenericFacade; export default Agent;