diff.d.ts 100 B

1
  1. export declare function diffPatch(filename: string, text1: string, text2: string): Promise<string>;