UNPKG
mt-mappersmith
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
It is a lightweight rest client for node.js and the browser
github.com/tulios/mappersmith
mt-mappersmith
/
dist
/
esm
/
middlewares
/
encode-json.mjs
7 lines
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
// src/middlewares/encode-json.js
import
{
default
as
default2,
CONTENT_TYPE_JSON
}
from
"../middleware/encode-json.mjs"
;
export
{
CONTENT_TYPE_JSON
, default2
as
default
};
//# sourceMappingURL=encode-json.mjs.map