5 lines
		
	
	
		
			154 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			154 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /// <reference types="q" />
 | |
| import "typings-global";
 | |
| import * as plugins from "./npmci.plugins";
 | |
| export declare let command: () => plugins.q.Promise<{}>;
 |