mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			261 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			261 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import * as array from './array';
 | 
						|
import * as errno from './errno';
 | 
						|
import * as fs from './fs';
 | 
						|
import * as path from './path';
 | 
						|
import * as pattern from './pattern';
 | 
						|
import * as stream from './stream';
 | 
						|
export { array, errno, fs, path, pattern, stream };
 |