UNPKG

@stencil/store

Version:

Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.

4 lines (3 loc) 150 B
export { createStore } from './store'; export { createObservableMap } from './observable-map'; export { ObservableMap, Subscription } from './types';