smartssh/dist/index.d.ts

6 lines
249 B
TypeScript
Raw Normal View History

import "typings-global";
2016-06-01 00:31:29 +00:00
export { SshInstance } from "./smartssh.classes.sshinstance";
export { SshKey } from "./smartssh.classes.sshkey";
export { SshDir } from "./smartssh.classes.sshdir";
export { SshConfig } from "./smartssh.classes.sshconfig";