UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 213 B
import type { KeyedLabelCustomizer, KeyedLabelExtractor } from 'jest-allure2-reporter'; export declare function keyedLabel<Context>(value: KeyedLabelCustomizer<Context>): KeyedLabelExtractor<Context> | undefined;