UNPKG

react-redux

Version:

Official React bindings for Redux

5 lines (4 loc) 149 B
// Default to a dummy "batch" implementation that just runs the callback export function defaultNoopBatch(callback: () => void) { callback() }