function functionalUpdate<T>(updater, input): T;
Defined in: utils.ts:11
Applies a TanStack updater to a value.
If the updater is a function it is called with the previous value; otherwise the updater value is returned directly.
T
Updater<T>