UNPKG

hook-fetch

Version:

A lightweight and modern HTTP request library developed based on the native Fetch API of the browser, providing a user-friendly interface similar to Axios and powerful extensibility.

7 lines (6 loc) 171 B
import { default as hookFetch } from './base'; export * from './base'; export * from './enum'; export * from './types'; export * from './error'; export default hookFetch;