init
Showing
.gitignore
0 → 100644
fetch-api.iml
0 → 100644
out/index.d.ts
0 → 100644
out/index.js
0 → 100644
out/index.js.map
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "fetch-api", | ||
| "version": "1.0.0", | ||
| "main": "out/index.js", | ||
| "types": "out/index.d.ts", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@types/querystringify": "^2.0.0", | ||
| "querystringify": "^2.1.1" | ||
| } | ||
| } |
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment