mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Add identical fp alias.
This commit is contained in:
@@ -20,6 +20,7 @@ exports.aliasToReal = {
|
|||||||
'extend': 'assignIn',
|
'extend': 'assignIn',
|
||||||
'extendWith': 'assignInWith',
|
'extendWith': 'assignInWith',
|
||||||
'first': 'head',
|
'first': 'head',
|
||||||
|
'identical': 'eq',
|
||||||
'init': 'initial',
|
'init': 'initial',
|
||||||
'mapObj': 'mapValues',
|
'mapObj': 'mapValues',
|
||||||
'omitAll': 'omit',
|
'omitAll': 'omit',
|
||||||
|
|||||||
Reference in New Issue
Block a user