valeriangalliat / fetch-cookie

Decorator for a `fetch` function to support automatic cookie storage and population. 🍪
The Unlicense
135 stars 29 forks source link

Fix TypeScript types: make ignoreError argument optional #56

Closed devanshj closed 4 years ago

valeriangalliat commented 4 years ago

Good catch, thank you! Released with 0.10.1

devanshj commented 4 years ago

You're welcome!