UNPKG

jest-allure2-reporter

Version:
4 lines (3 loc) 286 B
import type { KeyedParameterCustomizer } from 'jest-allure2-reporter'; import type { ParameterExtractor } from './types'; export declare function simplifyParametersMap<Context>(customizer: Record<string, KeyedParameterCustomizer<Context>>): Record<string, ParameterExtractor<Context>>;