Skip to content

Commit

Permalink
readme: add _
Browse files Browse the repository at this point in the history
  • Loading branch information
gvergnaud committed Jul 3, 2023
1 parent 7f48342 commit 5adb2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ type res5 = Pipe<
- [x] `Compose<Fn[]>`: Compose `Fn` functions from right to left.
- [x] `ComposeLeft<Fn[]>`: Compose `Fn` functions from left to right.
- [x] `args`, `arg0`, `arg1`, `arg2`, `arg3`: Access piped parameters (Useful in combination with `Objects.Create`).
- [x] `_`: Placeholder to partially apply any built-in functions, or functions created with `PartialApply`.
- [x] Function
- [x] `ReturnType<FunctionType>`: Extract the return type from a function type.
- [x] `Parameters<FunctionType>`: Extract the parameters from a function type as a tuple.
Expand Down

0 comments on commit 5adb2e9

Please sign in to comment.