UNPKG

@canonical/jujulib

Version:
6 lines (5 loc) 197 B
import { GenericFacade } from "../../types"; export * as SubnetsV4 from "./SubnetsV4.js"; export * as SubnetsV5 from "./SubnetsV5.js"; declare const Subnets: GenericFacade; export default Subnets;