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',
|
||||
'useWith': 'overArgs',
|
||||
'where': 'conforms',
|
||||
'whereEq': 'filter',
|
||||
'whereEq': 'isMatch',
|
||||
'zipObj': 'zipObject'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user