UNPKG

jest-allure2-reporter

Version:
4 lines (3 loc) 224 B
import type { ReporterOptions } from 'jest-allure2-reporter'; import type { ReporterConfig } from './types'; export declare function extendOptions(base: ReporterConfig, custom?: ReporterOptions | undefined): ReporterConfig;