UNPKG

react-use

Version:
7 lines (6 loc) 206 B
export function resolveHookState(nextState, currentState) { if (typeof nextState === 'function') { return nextState.length ? nextState(currentState) : nextState(); } return nextState; }