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) 152 B
export interface IBlamedLines { [line: string]: { rev: string; author: string; date: string; line: string; }; }