UNPKG

jest-allure2-reporter

Version:
3 lines (2 loc) 256 B
import type { KeyedLinkCustomizer, Link, MaybePromise, PropertyExtractor } from 'jest-allure2-reporter'; export declare function linksMap<Context>(customizer: Record<string, KeyedLinkCustomizer<Context>>): PropertyExtractor<Context, MaybePromise<Link[]>>;