lodash.keyby
The lodash method `_.keyBy` exported as a module.
keyby
A typescript implementation of keyby method, inspired by lodash.keyby
@stdlib/utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.