es-toolkit/docs/reference
hanna a707c06f7f
feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45)
* feat: Support AbortSignal to debounce for improved cancellation

* refactor: cancel timeoutId & add strict inequality

* fix: formatting in package.json

* refactor: using optional chaining

* fix: follow the fetch API's option

* docs: modify debounce ko, en docs
2024-06-14 08:04:05 +09:00
..
array docs: Add docs for uniqBy and uniqWith 2024-06-13 22:20:12 +09:00
function feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45) 2024-06-14 08:04:05 +09:00
math style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
object fix(pick, omit): Restrict the type of arguments in object utils (#35) 2024-06-12 15:22:16 +09:00
predicate style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
promise style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00