UNPKG

@canonical/jujulib

Version:
7 lines (6 loc) 258 B
import { GenericFacade } from "../../types"; export * as SSHClientV2 from "./SSHClientV2.js"; export * as SSHClientV3 from "./SSHClientV3.js"; export * as SSHClientV4 from "./SSHClientV4.js"; declare const SSHClient: GenericFacade; export default SSHClient;