Skip to content

exists

Returns true if file exists at this side of the delta.

Signature

ts
class DiffFile {
  exists(): boolean;
}

Returns

  • boolean

    Returns true if file exists at this side of the delta.

Released under the MIT License.