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

7 lines (6 loc) 244 B
import { IClone, IReporter } from '..'; import { IStatistic } from '../interfaces/statistic.interface'; export declare class SilentReporter implements IReporter { attach(): void; report(clones: IClone[], statistic: IStatistic): void; }