mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-21 02:28:35 +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';
|