sindresorhus / debounce

Delay function calls until a set time elapses after the last invocation
Other
798 stars 80 forks source link

Fix jsdoc #30

Closed golopot closed 3 years ago

golopot commented 5 years ago
  1. Jsdoc requires a param name before description.
  2. Optional params can be represented by bracketed param name.
  3. It is more common to write number and boolean in lowercase due to the popularity of typescript and flow.