8 lines
187 B
TypeScript
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(){
|
|
|
|
}
|
|
} |