@forgaia/fetch
Advanced tools
+5
-2
| { | ||
| "name": "@forgaia/fetch", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "private": false, | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "registry": "https://registry.npmjs.org" | ||
| }, | ||
| "scripts": { | ||
@@ -9,0 +12,0 @@ "build": "tsc", |
+2
-2
@@ -0,3 +1,3 @@ | ||
| export * from './FetchAPI'; | ||
| export { default as HttpError } from './FetchAPI'; | ||
| export { default } from './FetchAPI'; | ||
| export { default as HttpError } from './FetchAPI'; | ||
| export * from './FetchAPI'; |
20160
0.37%