UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

3 lines (2 loc) 203 B
import { CancelableRequest, BeforeErrorHook } from './types'; export default function createRejection(error: Error, ...beforeErrorGroups: Array<BeforeErrorHook[] | undefined>): CancelableRequest<never>;