Skip to content

Commit

Permalink
feat: export AsyncIterator and AsyncIteratorChainableSupplier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Feb 8, 2019
1 parent 94fab69 commit dcb7b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ export { SimpleTaker } from "./chainable/SimpleTaker";
export { ChainableOnError } from "./chainable/ChainableOnError";
export { OperationNumberFilter } from "./chainable/filters/OperationNumberFilter";
export { ChainableLimiter } from "./chainable/limiters/ChainableLimiter";

export { AsyncIterator } from "./iterator/AsyncIterator";
export { AsyncIteratorChainableSupplier } from "./iterator/AsyncIteratorChainableSupplier";

0 comments on commit dcb7b20

Please sign in to comment.