UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

12 lines (8 loc) 275 B
type AssertionError<T = {}> = Error & T & { showDiff: boolean; }; interface AssertionErrorConstructor { new<T = {}>(message: string, props?: T, ssf?: Function): AssertionError<T>; } declare const AssertionError: AssertionErrorConstructor; export = AssertionError;