@known-as-bmf/store-obs
TypeScript icon, indicating that this package has built-in type declarations

3.0.7 • Public • Published

@known-as-bmf/store-obs

Installation

npm install --save rxjs @known-as-bmf/store @known-as-bmf/store-obs

Description

Create an observable emiting state changes from @known-as-bmf/store.

API

/**
 * Creates an observable from the store, emitting every time the store is updated.
 * @param store The store to observe.
 * @throws {TypeError} if the store is not a correct `Store` instance.
 */
function obs<S>(store: Store<S>): Observable<StateChangedEvent<S>>;

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @known-as-bmf/store-obs

    Weekly Downloads

    1

    Version

    3.0.7

    License

    MIT

    Unpacked Size

    13.7 kB

    Total Files

    14

    Last publish

    Collaborators

    • known-as-bmf