mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add conforms to aliasToReal fp mapping.
This commit is contained in:
@@ -13,6 +13,7 @@ exports.aliasToReal = {
|
||||
'first': 'head',
|
||||
|
||||
// Methods that are curried variants of others.
|
||||
'conforms': 'conformsTo',
|
||||
'matches': 'isMatch',
|
||||
|
||||
// Ramda aliases.
|
||||
@@ -61,7 +62,7 @@ exports.aliasToReal = {
|
||||
'unapply': 'rest',
|
||||
'unnest': 'flatten',
|
||||
'useWith': 'overArgs',
|
||||
'where': 'conforms',
|
||||
'where': 'conformsTo',
|
||||
'whereEq': 'isMatch',
|
||||
'zipObj': 'zipObject'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user