export { debounce, type DebouncedFn } from './debounce.js'; export { throttle, type ThrottledFn } from './throttle.js';