This commit is contained in:
Alexander T
2019-06-20 10:51:29 +03:00
parent 882dfd265c
commit 38652d4cd7
10 changed files with 56 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ interface Map<T> {
[key: string]: T;
}
declare var process: {
declare let process: {
argv: string[];
env: Map<string>;
exit(exitCode?: number): void;