-
- Downloads
Initial commit
parents
No related branches found
No related tags found
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "fetch-assertions", | ||
"version": "0.1.0", | ||
"description": "Collection of assertion methods for fetch requests that either succeed or throw an error", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"type": "module", | ||
"keywords": [ | ||
"fetch", | ||
"assert" | ||
], | ||
"author": { | ||
"name": "Lukas Jelonek", | ||
"email": "lukas.jelonek@computational.bio.uni-giessen.de" | ||
}, | ||
"license": "MIT" | ||
} |
Please sign in to comment