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'],
'forEachRight': ['eachRight'],
'get': ['path', 'prop'],
'getOr': ['pathOr'],
'getOr': ['pathOr', 'propOr'],
'head': ['first'],
'includes': ['contains'],
'initial': ['init'],