UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 160 B
/** * Creates an object that holds a lookup for the objects in the array. */ declare function toLookup(arr: any, key: any): {}; export default toLookup;