Skip to content

Commit

Permalink
feat(Stream): switchMap (since 3.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilame authored and mikearnaldi committed Jul 4, 2024
1 parent ab0af45 commit ea413ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@ export const suspend: <A, E, R>(stream: LazyArg<Stream<A, E, R>>) => Stream<A, E
* // 2
* // 2
* // 2
* @since 3.4.0
* @since 3.5.0
* @category sequencing
*/
export const switchMap: {
Expand Down

0 comments on commit ea413ed

Please sign in to comment.