This commit is contained in:
2016-11-25 00:07:20 +01:00
parent 299d2567f8
commit 301a317fa0
48 changed files with 53 additions and 194 deletions

View File

@@ -1,4 +1,3 @@
import 'typings-global';
export declare let nvmAvailable: boolean;
export declare let bash: (commandArg: string, retryArg?: number, bareArg?: boolean) => string;
export declare let bashBare: (commandArg: any, retryArg?: number) => string;