UNPKG

@realsee/dnalogel

Version:
12 lines (11 loc) 179 B
function i(n, e = 200) { let t; return function(...u) { t || (n.apply(this, u), t = setTimeout(function() { t = null; }, e)); }; } export { i as throttle };