UNPKG

@acot/reporter

Version:
3 lines (2 loc) 201 B
import type { ReporterFactory, ReporterOptions } from '@acot/types'; export declare const createReporterFactory: <T extends ReporterOptions = {}>(descriptor: ReporterFactory<T>) => ReporterFactory<T>;