UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

13 lines (12 loc) 348 B
export declare class HueStatistics { private _numGroups; private _minCols; private _stats; private _groupsFull; constructor(numGroups: number, minCols: number); check(i32: number): void; injectIntoDictionary(histG: { [key: string]: number; }): void; injectIntoArray(histG: string[]): void; }