UNPKG

detox-allure2-adapter

Version:
4 lines (3 loc) 199 B
import type { StepDescription } from '../../types'; import type { ActionInvocation } from '../detox-payload'; export declare const formatAction: (action: ActionInvocation) => StepDescription | null;