7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
|
/**
|
||
|
* - Create a request object
|
||
|
* - Get response body
|
||
|
* - Check if timeout
|
||
|
*/
|
||
|
export default function fetchAdapter(config: any): Promise<any>;
|