UNPKG

git-similarity-index

Version:

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

4 lines (3 loc) • 143 B
export declare function getSimilarityIndexForFiles(filename1: string, filename2: string, options?: { useGit: boolean; }): Promise<number>;