mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add matches to aliasToReal fp mapping.
This commit is contained in:
@@ -11,6 +11,9 @@ exports.aliasToReal = {
|
||||
'extendWith': 'assignInWith',
|
||||
'first': 'head',
|
||||
|
||||
// Methods that are curried variants of others.
|
||||
'matches': 'isMatch',
|
||||
|
||||
// Ramda aliases.
|
||||
'__': 'placeholder',
|
||||
'F': 'stubFalse',
|
||||
|
||||
Reference in New Issue
Block a user