smartssh/ts/index.ts
2018-09-17 22:32:31 +02:00

7 lines
272 B
TypeScript

import * as plugins from './smartssh.plugins';
export { SshInstance } from './smartssh.classes.sshinstance';
export { SshKey } from './smartssh.classes.sshkey';
export { SshDir } from './smartssh.classes.sshdir';
export { SshConfig } from './smartssh.classes.sshconfig';