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.

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