Files
Remote-Control-Center/mc_test/node_modules/got/dist/source/create.d.ts
2025-11-25 09:56:15 +03:00

6 lines
227 B
TypeScript
Executable File

import { Got, HandlerFunction, InstanceDefaults } from './types';
export declare const defaultHandler: HandlerFunction;
declare const create: (defaults: InstanceDefaults) => Got;
export default create;
export * from './types';