chore(compose): regenerate README
This commit is contained in:
parent
dcc11f16b1
commit
3ed488e10f
@ -29,7 +29,9 @@ console.log(f(5))
|
|||||||
// → 21
|
// → 21
|
||||||
```
|
```
|
||||||
|
|
||||||
The first function is called with the context and all arguments of the composed function:
|
> The call context (`this`) of the composed function is forwarded to all functions.
|
||||||
|
|
||||||
|
The first function is called with all arguments of the composed function:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const add = (x, y) => x + y
|
const add = (x, y) => x + y
|
||||||
|
Loading…
Reference in New Issue
Block a user