UNPKG

@canonical/jujulib

Version:
10 lines 294 B
import ActionV6 from "./ActionV6.js"; import ActionV7 from "./ActionV7.js"; export * as ActionV6 from "./ActionV6.js"; export * as ActionV7 from "./ActionV7.js"; const Action = { name: "Action", versions: [ActionV6, ActionV7], }; export default Action; //# sourceMappingURL=index.js.map