type wrangling for a custom `$fetch` wrapper in nuxt 3
so i tried the other day to create a custom wrapper for $fetch in nuxt 3. i hate the whole difference between useFetch and $fetch, so i thought i could unify it and switch between them based on whether or not we're in the setup function. for those