Skip to content

Commit 1a4861d

Browse files
author
Taras Mankovski
committed
feat(k6): export take, takeWhile, takeUntil from stream-helpers
1 parent 60191df commit 1a4861d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

k6/lib/mod.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,10 @@ export {
8080

8181
// Re-export stream helpers for convenience
8282
export { each, interval } from "effection";
83-
export { forEach } from "@effectionx/stream-helpers";
83+
export {
84+
forEach,
85+
take,
86+
takeWhile,
87+
takeUntil,
88+
} from "@effectionx/stream-helpers";
8489
export { on, once } from "@effectionx/node";

0 commit comments

Comments
 (0)