es-toolkit/docs/ko/reference/function
Dayong Lee f7a1c8548a
fix(throttle): fix types of generic and return value (#447)
* Improve types of throttle

* Apply suggestions from code review

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-08-31 10:54:46 +09:00
..
after.md feat(after): Add after (#258) 2024-07-21 21:24:00 +09:00
ary.md style: Apply prettier 2024-08-11 10:54:13 +09:00
before.md feat(before): Add before (#315) 2024-07-25 11:39:18 +09:00
debounce.md feat(debounce): Support AbortSignal to cancel debounced functions for improved cancellation (#45) 2024-06-14 08:04:05 +09:00
memoize.md feat(memoize): Update behavior or memoize to get a custom getCacheKey and only accept unary or zero-argument function 2024-08-15 23:10:15 +09:00
negate.md docs: Update docs for isFunction, negate, isArrayLike 2024-07-21 10:55:36 +09:00
noop.md feat(noop): Add noop function 2024-06-08 15:47:44 +09:00
once.md test(once): Fix docs and test, add bench (#103) 2024-07-02 10:32:06 +09:00
partial.md docs(partial, partialRight): Add docs for partial, partialRight 2024-08-11 15:31:00 +09:00
partialRight.md docs: Remove broken link 2024-08-11 15:34:08 +09:00
rest.md docs(rest): Improve docs for rest 2024-08-15 21:19:59 +09:00
throttle.md fix(throttle): fix types of generic and return value (#447) 2024-08-31 10:54:46 +09:00
unary.md fix(ary, unary): Fix guard in ary & unary, add Korean docs 2024-08-07 19:02:23 +09:00