started structure
This commit is contained in:
8
ts/smartssh.classes.helpers.ts
Normal file
8
ts/smartssh.classes.helpers.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import plugins = require("./smartssh.plugins");
|
||||
import classes = require("./smartssh.classes");
|
||||
|
||||
export let sshKeyArrayFromDir = function(dirArg:string):classes.sshKey[]{
|
||||
let sshKeyArray = [];
|
||||
return sshKeyArray;
|
||||
}
|
||||
Reference in New Issue
Block a user