update sshKey detection

This commit is contained in:
2016-06-28 01:21:40 +02:00
parent 6331887373
commit f0cab00277
6 changed files with 24 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
import "typings-global";
export declare let path: any;
export declare let beautylog: any;
export import path = require("path");
export import beautylog = require("beautylog");
export declare let nodegit: any;
export declare let Q: any;
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");