mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| 
								 | 
							
								import { Got, HandlerFunction, InstanceDefaults } from './types';
							 | 
						||
| 
								 | 
							
								export declare const defaultHandler: HandlerFunction;
							 | 
						||
| 
								 | 
							
								declare const create: (defaults: InstanceDefaults) => Got;
							 | 
						||
| 
								 | 
							
								export default create;
							 | 
						||
| 
								 | 
							
								export * from './types';
							 |