mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add always fp alias.
This commit is contained in:
@@ -14,6 +14,7 @@ exports.aliasToReal = {
|
|||||||
'__': 'placeholder',
|
'__': 'placeholder',
|
||||||
'all': 'every',
|
'all': 'every',
|
||||||
'allPass': 'overEvery',
|
'allPass': 'overEvery',
|
||||||
|
'always': 'constant',
|
||||||
'any': 'some',
|
'any': 'some',
|
||||||
'anyPass': 'overSome',
|
'anyPass': 'overSome',
|
||||||
'apply': 'spread',
|
'apply': 'spread',
|
||||||
|
|||||||
Reference in New Issue
Block a user