UNPKG

@tinijs/store

Version:

The state management module for the TiniJS framework.

3 lines (2 loc) 155 B
import type { Store, StoreOptions } from './types.js'; export declare function createStore<States>(states: States, options?: StoreOptions): Store<States>;