This package has been deprecated

Author message:

Deprecated in favor of package 1log-rxjs

brevno-rxjs
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

brevno-rxjs

npm version gzip size tree shaking

Brevno plugin for RxJS.

Installing

  1. Install RxJS and Brevno if you haven't already.

  2. Install the NPM package:

    yarn add brevno-rxjs
    

    or

    npm install brevno-rxjs --save
    
  3. Optional: if you use Jest, you can add a serializer that represents an RxJS observable as just [Observable] instead of

    Observable {
      "_isScalar": false,
      "_subscribe": [Function],
    }
    

    Here's how to do this:

    • If you use Create React App, import 'brevno-rxjs/setupTests' in your src/setupTests.ts.

    • Otherwise, add an item "<rootDir>/node_modules/brevno-rxjs/build/main/setupTests.js" to "setupFilesAfterEnv" array in Jest config.

Usage

TODO


Contributing guidelines

Readme

Keywords

none

Package Sidebar

Install

npm i brevno-rxjs

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

24.8 kB

Total Files

19

Last publish

Collaborators

  • ivan7237d