mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-30 22:09:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 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';
 |