UNPKG

@wener/console

Version:
8 lines (7 loc) 189 B
import { useStore } from 'zustand'; export function createStoreSelectorHook(getStore) { return function(f) { var store = getStore(); return useStore(store, f); }; }