Add propOr fp alias.

This commit is contained in:
John-David Dalton
2016-01-21 00:46:55 -06:00
parent a46169329d
commit 7544c8fac8

View File

@@ -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'],