UNPKG

jscpd

Version:

Copy/paste detector for programming code, support JavaScript, CoffeeScript, PHP, Ruby, Python, Less, Go, Java, Yaml, C#, C++, C, Puppet, Twig languages

8 lines (7 loc) 257 B
import { IClone, IOptions, IReporter, IStatistic } from '..'; export declare class HtmlReporter implements IReporter { private options; constructor(options: IOptions); attach(): void; report(clones: IClone[], statistic: IStatistic): void; }