restructure class files

This commit is contained in:
2016-05-31 19:00:52 +02:00
parent d12c7ab621
commit eb66ed0244
5 changed files with 77 additions and 65 deletions

View File

@@ -0,0 +1,8 @@
import "typings-global";
import * as plugins from "./smartssh.plugins";
import * as helpers from "./smartssh.classes.helpers";
export class sshConfig {
constructor(){
}
}