UNPKG

jest-allure2-reporter

Version:
4 lines (3 loc) 341 B
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>>;