mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Bump to v3.6.0.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import createComposer from '../internal/createComposer';
|
||||
import createFlow from '../internal/createFlow';
|
||||
|
||||
/**
|
||||
* Creates a function that returns the result of invoking the provided
|
||||
@@ -20,6 +20,6 @@ import createComposer from '../internal/createComposer';
|
||||
* addSquare(1, 2);
|
||||
* // => 9
|
||||
*/
|
||||
var flow = createComposer();
|
||||
var flow = createFlow();
|
||||
|
||||
export default flow;
|
||||
|
||||
Reference in New Issue
Block a user