436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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';
|