Skip to content

stats

Accumulate diff statistics for all patches.

Signature

ts
class Diff {
  stats(): DiffStats;
}

Returns

  • DiffStats

    Diff statistics for all patches.

Released under the MIT License.