ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.32k stars 73 forks source link

Export withLatestFrom and withAbort operators #313

Closed antoinepairet closed 3 years ago

antoinepairet commented 3 years ago

withLatestFrom and withAbort were not re-exported from the barrel file. With this change, one can do:

import { withLatestFrom } from '@reactivex/ix-ts/asynciterable/operators'

Description:

Related issue (if exists):

trxcllnt commented 3 years ago

Rebased with latest from master to fix CI issues. Thanks @antoinepairet!