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 tim-smart committed Jul 5, 2024
1 parent 68f9105 commit 18add16
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 @@ -3599,7 +3599,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 18add16

Please sign in to comment.