UNPKG

function-performer

Version:

Performer providing API for debounce, throttle, deduplication and limiting functions

4 lines (3 loc) 89 B
import { Performer } from './performer'; export { Performer }; export default Performer;