# lodash.invertBy
# Synopsis
_.invertBy(object, [iteratee=_.identity])
This method is like _.invert
except that the inverted object is generated from the results of running each element of object
thru iteratee
. The corresponding inverted value of each inverted key is an array of keys responsible for generating the inverted value. The iteratee is invoked with one argument: (value).
# Since
4.1.0
# Arguments
+ 
关注公众号,获取验证码 !
验证码: