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