Wraps fetch in a TaskEither.tryCatch.
fetch
TaskEither.tryCatch
Optional
import { safeFetch } from '@jvlk/fp-ts-fetch'safeFetch('testing.com') Copy
import { safeFetch } from '@jvlk/fp-ts-fetch'safeFetch('testing.com')
1.0.0
Wraps
fetch
in aTaskEither.tryCatch
.