Files

6 lines
227 B
TypeScript
Raw Permalink Normal View History

2026-05-31 18:44:04 +08:00
import { Got, HandlerFunction, InstanceDefaults } from './types';
export declare const defaultHandler: HandlerFunction;
declare const create: (defaults: InstanceDefaults) => Got;
export default create;
export * from './types';