kwhitley / itty-fetcher

An even simpler wrapper around native Fetch to strip boilerplate from your fetching code!
MIT License
99 stars 4 forks source link

Use RequestInit type for options? #4

Closed danawoodman closed 2 years ago

danawoodman commented 2 years ago

What do you think about using the RequestInit type from fetch for the typing of options? That would give you typing much better than just object.

kwhitley commented 2 years ago

I don't see a prob w this... wanna PR? :D

danawoodman commented 2 years ago

@kwhitley PR up!