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

5 lines (4 loc) 180 B
export declare function getSupportedFormats(): string[]; export declare function getFormatByFile(path: string, formatsExts?: { [key: string]: string[]; }): string | undefined;