UNPKG

rest-envelop

Version:

Wrapper for working with REST API using well-known axios and node-fetch modules

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