smartssh/ts/smartssh.classes.sshconfig.ts

8 lines
187 B
TypeScript
Raw Normal View History

2016-05-31 19:00:52 +02:00
import "typings-global";
import * as plugins from "./smartssh.plugins";
import * as helpers from "./smartssh.classes.helpers";
export class SshConfig {
2016-05-31 19:00:52 +02:00
constructor(){
}
}