UNPKG

zustand-utils

Version:
9 lines (8 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.storeApiSetState = void 0; var storeApiSetState = exports.storeApiSetState = function storeApiSetState(storeApi, state, replace, action) { storeApi.setState(state, false, action); };