mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Update whereEq alias.
This commit is contained in:
@@ -58,7 +58,7 @@ exports.aliasToReal = {
|
|||||||
'unnest': 'flatten',
|
'unnest': 'flatten',
|
||||||
'useWith': 'overArgs',
|
'useWith': 'overArgs',
|
||||||
'where': 'conforms',
|
'where': 'conforms',
|
||||||
'whereEq': 'filter',
|
'whereEq': 'isMatch',
|
||||||
'zipObj': 'zipObject'
|
'zipObj': 'zipObject'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user