UNPKG

detox-allure2-adapter

Version:
9 lines (8 loc) 221 B
export declare class DeviceWrapper { #private; private readonly device; constructor(device: Detox.Device); get id(): string; get platform(): "ios" | "android"; get adbPath(): string | undefined; }