jest-allure2-reporter
Version:
Idiomatic Jest reporter for Allure Framework
4 lines (3 loc) • 341 B
TypeScript
import type { PromisedProperties, PropertyExtractor } from 'jest-allure2-reporter';
import type { CompositeExtractorLoose } from '../types';
export declare function compositeExtractor<Context, Shape>(looseCustomizer: CompositeExtractorLoose<Context, Shape>): PropertyExtractor<Context, PromisedProperties<Shape>, PromisedProperties<Shape>>;