export { debounce } from './debounce/debounce';
export { nextTick } from './nextTick/nextTick';
export { rafThrottle } from './rafThrottle/rafThrottle';
export { throttle } from './throttle/throttle';
//# sourceMappingURL=../../../../src/js/utils/function/index.d.ts.map