UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

6 lines 129 B
import { store } from './store'; export function createGetReState(key) { return function () { return store.get(key); }; }