Skip to content

isBinary

Returns true if file(s) are treated as binary data.

Signature

ts
class DiffFile {
  isBinary(): boolean;
}

Returns

  • boolean

    Returns true if file(s) are treated as binary data.

Released under the MIT License.