mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Use “composes” to describe flow/flowRight. [closes #2979]
This commit is contained in:
2
flow.js
2
flow.js
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Creates a function that returns the result of invoking the given functions
|
||||
* Composes a function that returns the result of invoking the given functions
|
||||
* with the `this` binding of the created function, where each successive
|
||||
* invocation is supplied the return value of the previous.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user