Add _.placeholder support so wrapped functions may support placeholders.

This commit is contained in:
John-David Dalton
2016-02-02 21:08:06 -08:00
parent 7f295dc6e8
commit e404d214aa
3 changed files with 26 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
/** Used to map aliases to their real names. */
exports.aliasToReal = {
'__': 'placeholder',
'all': 'some',
'allPass': 'overEvery',
'apply': 'spread',