UNPKG

227 BTypeScriptView Raw
1import { Got, HandlerFunction, InstanceDefaults } from './types';
2export declare const defaultHandler: HandlerFunction;
3declare const create: (defaults: InstanceDefaults) => Got;
4export default create;
5export * from './types';