mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Add propOr fp alias.
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = {
|
|||||||
'forEach': ['each'],
|
'forEach': ['each'],
|
||||||
'forEachRight': ['eachRight'],
|
'forEachRight': ['eachRight'],
|
||||||
'get': ['path', 'prop'],
|
'get': ['path', 'prop'],
|
||||||
'getOr': ['pathOr'],
|
'getOr': ['pathOr', 'propOr'],
|
||||||
'head': ['first'],
|
'head': ['first'],
|
||||||
'includes': ['contains'],
|
'includes': ['contains'],
|
||||||
'initial': ['init'],
|
'initial': ['init'],
|
||||||
|
|||||||
Reference in New Issue
Block a user