3.0.7 • Published 3 years ago

@known-as-bmf/store-obs v3.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@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>>;
3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago