UNPKG

@acot/reporter

Version:
7 lines (6 loc) 185 B
import type { ReporterFactory } from '@acot/types'; export declare class ReporterLoader { private _loader; constructor(cwd?: string); load(name: string): ReporterFactory; }