@tuentyfaiv/http
Version:
Library for http requests based on fetch
2 lines (1 loc) • 311 B
JavaScript
import{instance as r}from"./instance.js";export{HttpInstance as Http}from"./http.js";export{CustomError,ServiceError}from"./errors.js";export{throwError}from"./throw.js";export{ContentType}from"./content.js";import"./validation.js";import"./log.js";import"./parse.js";import"./methods.js";export{r as default};