Skip to content

Commit f1ec562

Browse files
committed
chore: jsdoc
1 parent d7936a9 commit f1ec562

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Fetch.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export const fetch: (
4646
) => <E>(fetch: Fetch<E>) => Promise<Either<E | HttpError, HttpResponse>> =
4747
core.fetch;
4848

49+
/**
50+
* @since 0.0.1
51+
* @category combinator
52+
*/
4953
export const map: <E, A, B, E2 = E>(
5054
request: (fetch: Fetch<E2>) => Promise<Either<E, A>>,
5155
fn: (res: Either<E, A>) => B

0 commit comments

Comments
 (0)