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