UNPKG

@ackee/antonio-core

Version:

A HTTP client built on fetch API with axios-like API.

6 lines (5 loc) 482 B
export { Antonio, generatorToPromise } from './modules/core'; export type { GeneralConfig } from './modules/core/general-config'; export { AntonioError, isAntonioError } from './modules/response/errors'; export { runIterableStream } from './modules/response/utils'; export type { FinalRequestParams, RequestBodyData, RequestConfig, RequestHeaders, RequestMethod, RequestParams, RequestResult, RequestSearchParams, RequestUriParams, ResponseData, ResponseDataType, } from './types';