mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
5 lines
227 B
TypeScript
5 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';
|