Custom hook to create a conditional callback.
The function to invoke if conditions are met.
A single boolean or array of booleans; the callback is invoked only if all are true.
A memoized callback that only calls callback if all conditions are true.
callback
Rest
Custom hook to create a conditional callback.