Add complement fp alias.

This commit is contained in:
John-David Dalton
2016-03-20 11:43:32 -07:00
parent 85057d588c
commit 9d1536799b

View File

@@ -19,6 +19,7 @@ exports.aliasToReal = {
'apply': 'spread',
'assoc': 'set',
'assocPath': 'set',
'complement': 'negate',
'compose': 'flowRight',
'contains': 'includes',
'dissoc': 'unset',