49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// node native scope
 | 
						|
import * as path from 'node:path';
 | 
						|
 | 
						|
export {
 | 
						|
  path,
 | 
						|
}
 | 
						|
 | 
						|
// @push.rocks scope
 | 
						|
import * as lik from '@push.rocks/lik';
 | 
						|
import * as qenv from '@push.rocks/qenv';
 | 
						|
import * as smartarchive from '@push.rocks/smartarchive';
 | 
						|
import * as smartarray from '@push.rocks/smartarray';
 | 
						|
import * as smartbrowser from '@push.rocks/smartbrowser';
 | 
						|
import * as smartdata from '@push.rocks/smartdata';
 | 
						|
import * as smartdelay from '@push.rocks/smartdelay';
 | 
						|
import * as smartfile from '@push.rocks/smartfile';
 | 
						|
import * as smartlog from '@push.rocks/smartlog';
 | 
						|
import * as smartpath from '@push.rocks/smartpath';
 | 
						|
import * as smartpromise from '@push.rocks/smartpromise';
 | 
						|
import * as smartrequest from '@push.rocks/smartrequest';
 | 
						|
import * as smartstream from '@push.rocks/smartstream';
 | 
						|
import * as smartunique from '@push.rocks/smartunique';
 | 
						|
import * as smartxml from '@push.rocks/smartxml'; 
 | 
						|
 | 
						|
export {
 | 
						|
  lik,
 | 
						|
  qenv,
 | 
						|
  smartarchive,
 | 
						|
  smartarray,
 | 
						|
  smartbrowser,
 | 
						|
  smartdata,
 | 
						|
  smartdelay,
 | 
						|
  smartfile,
 | 
						|
  smartlog,
 | 
						|
  smartpath,
 | 
						|
  smartpromise,
 | 
						|
  smartrequest,
 | 
						|
  smartstream,
 | 
						|
  smartunique,
 | 
						|
  smartxml,
 | 
						|
}
 | 
						|
 | 
						|
// @tsclass scope
 | 
						|
import * as tsclass from '@tsclass/tsclass';
 | 
						|
 | 
						|
export {
 | 
						|
  tsclass,
 | 
						|
}
 |