UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

3 lines (2 loc) 118 B
import type { UniqueKey } from '../core/types'; export declare function createGetReState<S>(key: UniqueKey): () => S;