UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

7 lines (5 loc) 195 B
import { SCOPE } from "../core/types"; export default function useStore(selector) { if (!arguments.length) return SCOPE.current.app.store; return SCOPE.current.component.select(selector); }