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