UNPKG

fexios

Version:

Fetch based HTTP client with similar API to axios for browser and Node.js

19 lines (15 loc) 1.21 kB
import { F as Fexios } from './shared/fexios.Dv4hmoGv.mjs'; export { A as AwaitAble, a as FetchLike, b as FexiosConfigs, d as FexiosContext, e as FexiosFinalContext, f as FexiosHook, g as FexiosHookStore, j as FexiosInterceptor, k as FexiosInterceptors, i as FexiosLifecycleEventMap, h as FexiosLifecycleEvents, l as FexiosMethods, n as FexiosPlugin, c as FexiosRequestOptions, m as FexiosRequestShortcut, o as FexiosResponse, I as IFexiosResponse, r as createFexiosEventSourceResponse, p as createFexiosResponse, q as createFexiosWebSocketResponse } from './shared/fexios.Dv4hmoGv.mjs'; export { FexiosError, FexiosErrorCodes, FexiosHeaderBuilder, FexiosQueryBuilder, FexiosResponseError, isFexiosError } from './models/index.mjs'; export { C as CallableInstance, i as checkIsPlainObject, i as isPlainObject } from './shared/fexios.uBjPg0Vb.mjs'; export { clone, deepMerge } from './utils/index.mjs'; /** * Fexios * @desc Fetch based HTTP client with similar API to axios for browser and Node.js * * @license MIT * @author dragon-fish <dragon-fish@qq.com> */ declare const createFexios: typeof Fexios.create; declare const fexios: Fexios; export { Fexios, createFexios, fexios as default, fexios };