10 lines
		
	
	
		
			323 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			323 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { KeyValueStore } from 'npmextra';
 | |
| export interface INpmciOptions {
 | |
|     npmGlobalTools: string[];
 | |
|     dockerRegistryRepoMap: any;
 | |
|     dockerBuildargEnvMap: any;
 | |
| }
 | |
| export declare let kvStorage: KeyValueStore;
 | |
| export declare let configObject: INpmciOptions;
 | |
| export declare let getConfig: () => Promise<INpmciOptions>;
 |