UNPKG

maxun-core

Version:

Core package for Maxun, responsible for data extraction

9 lines (8 loc) 273 B
/** * ESLint rule in case there is only one util function * (it still does not represent the "utils" file) */ /** * Converts an array of scalars to an object with **items** of the array **for keys**. */ export declare function arrayToObject(array: any[]): any;