1.3.0 • Published 1 month ago

@jvlk/fp-ts-fetch v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@jvlk/fp-ts-fetch

Fetch wrappers for fp-ts.

Examples

// safeFetch
import { safeFetch } from '@jvlk/fp-ts-fetch'

safeFetch('testing.com')
import { safeFetchJson } from '@jvlk/fp-ts-fetch'

safeFetchJson('api.com')() // => Either<Error, T>

Installing

npm i @jvlk/fp-ts-fetch
yarn add @jvlk/fp-ts-fetch