smartssh/ts/smartssh.classes.sshconfig.ts

8 lines
187 B
TypeScript

import "typings-global";
import * as plugins from "./smartssh.plugins";
import * as helpers from "./smartssh.classes.helpers";
export class sshConfig {
constructor(){
}
}