UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

4 lines (3 loc) 296 B
import { MonoTypeOperatorFunction } from '../types'; export declare function distinctUntilKeyChanged<T>(key: keyof T): MonoTypeOperatorFunction<T>; export declare function distinctUntilKeyChanged<T, K extends keyof T>(key: K, compare: (x: T[K], y: T[K]) => boolean): MonoTypeOperatorFunction<T>;