8 lines
		
	
	
		
			244 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			244 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import * as yargs from 'yargs';
 | |
| import * as smartlog from '@pushrocks/smartlog';
 | |
| import * as lik from '@pushrocks/lik';
 | |
| import * as path from 'path';
 | |
| import * as smartparam from 'smartparam';
 | |
| 
 | |
| export { yargs, smartlog, lik, path, smartparam };
 |