UNPKG

rest-envelop

Version:

Wrapper for working with REST API using well-known axios and native fetch modules, with pluggable caching, retry with backoff, and TypeScript typings

10 lines (8 loc) 170 B
const Axios = require('./src/Axios'); const Fetch = require('./src/Fetch'); const errors = require('./src/errors'); module.exports = { Axios, Fetch, ...errors, };