UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

8 lines 211 B
// src/util/resolveSetState.ts function resolveSetState(action, prev) { return typeof action === "function" ? action(prev) : action; } export { resolveSetState }; //# sourceMappingURL=resolveSetState.mjs.map