UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

4 lines (3 loc) 207 B
import type { Store } from "./types/store"; import type { Config } from "./types/config"; export declare const store: <State>(initState: State, storeName?: string, config?: Partial<Config>) => Store<State>;