update analytics

This commit is contained in:
2017-08-29 16:15:24 +02:00
parent 8c0fcdf5b7
commit b9d4953bcd
7 changed files with 110 additions and 69 deletions

View File

@@ -23,3 +23,4 @@ export interface INpmtsConfig {
};
}
export declare let run: (argvArg: any) => Promise<{}>;
export declare let configPromise: Promise<INpmtsConfig>;