@tempots/std

ThrottleOptions.debounceMode property

Controls the throttle behavior: - If true, schedules clearing instead of the callback - If false, schedules the callback - If undefined, applies normal throttle behavior

Signature:

debounceMode?: boolean;