Skip to content

Commit

Permalink
fix(operators): export withLatestFrom and withAbort AsyncIterable ope…
Browse files Browse the repository at this point in the history
…rators (#313)
  • Loading branch information
antoinepairet authored Dec 23, 2020
1 parent 1d98746 commit 19915b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asynciterable/operators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ export * from './timeout';
export * from './timestamp';
export * from './todomstream';
export * from './union';
export * from './withabort';
export * from './withlatestfrom';
export * from './zipwith';

0 comments on commit 19915b5

Please sign in to comment.