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

9 lines (8 loc) 269 B
import { IOptions, IReporter } from '..'; import { IClone } from '../interfaces/clone.interface'; export declare class XmlReporter implements IReporter { private options; constructor(options: IOptions); attach(): void; report(clones: IClone[]): void; }