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