add git module and kvStore
This commit is contained in:
2
dist/npmci.config.d.ts
vendored
2
dist/npmci.config.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
import { KeyValueStore } from 'npmextra';
|
||||
export interface INpmciOptions {
|
||||
globalNpmTools: string[];
|
||||
}
|
||||
export declare let kvStorage: KeyValueStore;
|
||||
export declare let getConfig: () => Promise<INpmciOptions>;
|
||||
|
||||
Reference in New Issue
Block a user