@fuman/fetchno-bullshit minimal wrapper around window.fetch that aims to improve dx
by adding commonly used features, while having low runtime overhead,
small bundle size and staying close to the web standards.
(await fetch(url)).json() - just await ffetch(url).json()