UNPKG

@canonical/jujulib

Version:
10 lines 307 B
import SubnetsV4 from "./SubnetsV4.js"; import SubnetsV5 from "./SubnetsV5.js"; export * as SubnetsV4 from "./SubnetsV4.js"; export * as SubnetsV5 from "./SubnetsV5.js"; const Subnets = { name: "Subnets", versions: [SubnetsV4, SubnetsV5], }; export default Subnets; //# sourceMappingURL=index.js.map