es-toolkit/docs
seungrodotlee 9364390715
feat(curry): add curry function (#187)
* feat. Add utility types

* feat. Add curry function

* feat. add error throw

* feat. add spec of curry

* fix. fix type error when optional parameter exist

* fix. fix type when rest parameters exist

* fix. fix types error

* fix. fix all type errors

* refactor. rename OptionalStartIdx

* test. add test codes when rest parameters exist

* feat. add  method to flexibleCurry

* feat. fix all type errors and functional errors

* chore. add benchmark

* chore. fix comments

* refactor. enhance type of flexibleCurry

* refactor. refactor arrow function -> normal function

* feat. correctly infer the errored type when the run method is called while the argument to be received is not optional

* docs. add docs about curry

* refactor. file refactor naming case of types

* fix. fix types error caused by renaming of case

* fix. fix errors same as last commit

* fix. fix errors same as last commit

* feat. keep curry function and type simple

* fix. fix test codes with updated implementation

* Update src/function/index.ts

* feat(curry): Fix curry types

* feat(curry): Fix curry types

* feat(curry): Fix curry types

* Remove ramda

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-09-14 14:24:56 +09:00
..
.vitepress style: Fix style for some functions 2024-09-12 21:50:54 +09:00
ja feat(curry): add curry function (#187) 2024-09-14 14:24:56 +09:00
ko feat(curry): add curry function (#187) 2024-09-14 14:24:56 +09:00
public 1.0.0 2024-05-31 16:54:41 +09:00
reference feat(curry): add curry function (#187) 2024-09-14 14:24:56 +09:00
zh_hans feat(curry): add curry function (#187) 2024-09-14 14:24:56 +09:00
.gitignore 1.0.0 2024-05-31 16:54:41 +09:00
bundle-size.md style: Apply prettier 2024-08-11 10:54:13 +09:00
compatibility.md chore: Move attempt to compat, and style docs 2024-09-08 17:11:06 +09:00
index.md docs: Update docs for installation & usage 2024-07-21 18:01:25 +09:00
intro.md feat(kebabCase): Add kebabCase function (#162) 2024-07-12 10:14:30 +09:00
package.json docs: Add documentation automatic generation script 2024-09-08 17:02:19 +09:00
performance.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
usage.md docs: replace pnpm install with pnpm add (#530) 2024-09-14 14:08:18 +09:00