auth-api/tests/node_modules/got/dist/source/create.d.ts

6 lines
227 B
TypeScript
Raw Normal View History

2021-06-23 22:30:45 +02:00
import { Got, HandlerFunction, InstanceDefaults } from './types';
export declare const defaultHandler: HandlerFunction;
declare const create: (defaults: InstanceDefaults) => Got;
export default create;
export * from './types';