UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

12 lines (9 loc) 218 B
"use strict"; exports.__esModule = true; exports.createGetReState = createGetReState; var _store = require("./store"); function createGetReState(key) { return function () { return _store.store.get(key); }; }