UNPKG
rest-envelop
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Wrapper for working with REST API using well-known axios and node-fetch modules
rest-envelop
/
index.js
8 lines
(6 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
Axios
=
require
(
'./src/Axios'
);
const
Fetch
=
require
(
'./src/Fetch'
);
module
.
exports
= {
Axios
,
Fetch
, };