UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 222 B
import type { KeyedLinkCustomizer, KeyedLinkExtractor } from 'jest-allure2-reporter'; export declare function keyedLink<Context>(value: KeyedLinkCustomizer<Context>, type: string): KeyedLinkExtractor<Context> | undefined;