add git module and kvStore

This commit is contained in:
2017-08-28 17:11:47 +02:00
parent 10cc7cf581
commit 5eb07f1ad7
12 changed files with 92 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
import { KeyValueStore } from 'npmextra';
export interface INpmciOptions {
globalNpmTools: string[];
}
export declare let kvStorage: KeyValueStore;
export declare let getConfig: () => Promise<INpmciOptions>;