UNPKG

detox-allure2-adapter

Version:
4 lines (3 loc) 201 B
import type { StepDescription } from '../../types'; import type { Predicate } from '../detox-payload'; export declare function formatPredicate(predicate?: Predicate, prefix?: string): StepDescription;