mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Fix aliasMap typo.
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
'aliasMap': {
|
||||
'forEach': ['each'],
|
||||
'forEachRight': ['eachRight'],
|
||||
'first': ['head']
|
||||
'head': ['first']
|
||||
},
|
||||
|
||||
/** Used to map method names to their iteratee ary. */
|
||||
|
||||
Reference in New Issue
Block a user