Type alias DifferenceState

DifferenceState: "equal" | "left" | "right" | "distinct"

State of left/right entries relative to each other.

  • equal - Identical entries are found in both left/right dirs.
  • left - Entry is found only in left dir.
  • right - Entry is found only in right dir.
  • distinct - Entries exist in both left/right dir but have different content. See reason to understan why entries are considered distinct.

Generated using TypeDoc