mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Move flow and flowRight to checkFuncs.
This commit is contained in:
@@ -22877,6 +22877,8 @@
|
|||||||
'defer',
|
'defer',
|
||||||
'delay',
|
'delay',
|
||||||
'flip',
|
'flip',
|
||||||
|
'flow',
|
||||||
|
'flowRight',
|
||||||
'memoize',
|
'memoize',
|
||||||
'negate',
|
'negate',
|
||||||
'once',
|
'once',
|
||||||
@@ -22903,8 +22905,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
var rejectFalsey = [
|
var rejectFalsey = [
|
||||||
'flow',
|
|
||||||
'flowRight',
|
|
||||||
'tap',
|
'tap',
|
||||||
'thru'
|
'thru'
|
||||||
].concat(checkFuncs);
|
].concat(checkFuncs);
|
||||||
|
|||||||
Reference in New Issue
Block a user