Skip to content

size

Returns the size of this entry, in bytes.

Signature

ts
class DiffFile {
  size(): bigint;
}

Returns

  • bigint

    The size of this entry, in bytes.

Released under the MIT License.