15 lines
		
	
	
		
			460 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			460 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// @pushrocks scope
 | 
						|
import * as smartlog from '@push.rocks/smartlog';
 | 
						|
import * as lik from '@push.rocks/lik';
 | 
						|
import * as path from 'node:path';
 | 
						|
import * as smartparam from '@push.rocks/smartobject';
 | 
						|
import * as smartpromise from '@push.rocks/smartpromise';
 | 
						|
import * as smartrx from '@push.rocks/smartrx';
 | 
						|
 | 
						|
export { smartlog, lik, path, smartparam, smartpromise, smartrx };
 | 
						|
 | 
						|
// thirdparty scope
 | 
						|
import yargsParser from 'yargs-parser';
 | 
						|
 | 
						|
export { yargsParser };
 |