smartssh/dist/index.d.ts
2016-06-01 02:31:29 +02:00

6 lines
249 B
TypeScript

import "typings-global";
export { SshInstance } from "./smartssh.classes.sshinstance";
export { SshKey } from "./smartssh.classes.sshkey";
export { SshDir } from "./smartssh.classes.sshdir";
export { SshConfig } from "./smartssh.classes.sshconfig";