Skip to content

Releases: corvid-agent/throttle

v1.0.0

16 Feb 20:04

Choose a tag to compare

@corvid-agent/throttle v1.0.0

Initial release! Rate limiter, throttle, and debounce utilities.

Features

  • throttle() with leading/trailing edge control
  • debounce() with flush and cancel
  • rateLimit() with token bucket algorithm
  • TypeScript-first, zero dependencies
  • 26 tests passing