UNPKG

dagify-hyper

Version:

A collection of Dagify nodes for peer-to-peer hyper ecosystem tools.

7 lines (5 loc) 241 B
import {createShallowNode} from "dagify"; const corestore = createShallowNode(); const namespace = name => corestore.value.namespace(name); const useCorestore = (store) => corestore.set(store); export { useCorestore, corestore, namespace }