@bayerjs/rxjs-debug
TypeScript icon, indicating that this package has built-in type declarations

0.3.0-alpha.1 • Public • Published

@bayerjs/rxjs-debug

Debug RxJS Observables with the debug package. Used internally by the Bayer.js library to, well, debug observables.

Usage

const values$ = of(something);
values$.pipe(debug("@bayerjs/core", "Value from something"));

The debug operator will use the first argument as the name for debug, and the second as a message to print on every value, as well as when erroring out or completing.

/@bayerjs/rxjs-debug/

    Package Sidebar

    Install

    npm i @bayerjs/rxjs-debug

    Weekly Downloads

    1

    Version

    0.3.0-alpha.1

    License

    MIT

    Unpacked Size

    5.52 kB

    Total Files

    7

    Last publish

    Collaborators

    • solarliner