UNPKG

react-throttle

Version:

Throttles/debounces handlers of a child element

6 lines (4 loc) 119 B
import _ from 'lodash'; export default function(func) { return _.isFunction(func) && func.name === 'debounced'; }