mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-21 18:48:37 +00:00
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';
|