UNPKG

@eklmv/jscpd-html-reporter

Version:
11 lines (8 loc) 321 B
import { IOptions, IClone, IStatistic } from '@eklmv/jscpd-core'; import { IReporter } from '@eklmv/jscpd-finder'; declare class HtmlReporter implements IReporter { private options; constructor(options: IOptions); report(clones: IClone[], statistic: IStatistic): void; } export { HtmlReporter as default };