rx-async-filter

1.0.5 • Public • Published

rx-async-filter rxjs logo

CircleCI

Asynchronous Filter Operator for RxJS

npm install rx-async-filter

Example

const Rx = require('rx-lite')
// works with 
require('rx-async-filter')(Rx)
 
  Rx.Observable.fromArray([1, 1, 2, 1, 1])
    .asyncFilter(async x => x === 2)
    .subscribe(() => t.end())

Dependents (1)

Package Sidebar

Install

npm i rx-async-filter

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • kewitz
  • keenahn
  • invisible-bot
  • gunar