UNPKG

zustand-utils

Version:
3 lines 137 B
export var storeApiSetState = function storeApiSetState(storeApi, state, replace, action) { storeApi.setState(state, false, action); };