export { debounceFast, type DebounceOptions, type DebouncedFunction } from './debounce.js'; export { memoizeFast, type MemoizeOptions, type MemoizedFunction } from './memoize.js'; export { throttleFast, type ThrottleOptions } from './throttle.js'; //# sourceMappingURL=index.d.ts.map