UNPKG

git-similarity-index

Version:

🔨 This simple tool calculates the similarity index between two files.

3 lines (2 loc) • 163 B
export declare function getLinesBytes(bytes: number[]): number[][]; export declare function getSimilarityIndexForText(content1: string, content2: string): number;