@forgaia/fetch
Advanced tools
+1
-1
| export { default } from './FetchAPI'; | ||
| export { default as HttpError } from './FetchAPI'; | ||
| export { default as HttpError } from './HttpError'; | ||
| export * from './FetchAPI'; |
+2
-2
@@ -8,4 +8,4 @@ "use strict"; | ||
| exports.default = FetchAPI_1.default; | ||
| var FetchAPI_2 = require("./FetchAPI"); | ||
| exports.HttpError = FetchAPI_2.default; | ||
| var HttpError_1 = require("./HttpError"); | ||
| exports.HttpError = HttpError_1.default; | ||
| __export(require("./FetchAPI")); |
+1
-1
| { | ||
| "name": "@forgaia/fetch", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
20165
0.02%