UNPKG

@canonical/jujulib

Version:
7 lines (6 loc) 266 B
import { GenericFacade } from "../../types"; export * as AllWatcherV1 from "./AllWatcherV1.js"; export * as AllWatcherV2 from "./AllWatcherV2.js"; export * as AllWatcherV3 from "./AllWatcherV3.js"; declare const AllWatcher: GenericFacade; export default AllWatcher;