Skip to content

len

Get the number of entries in the reflog.

Signature

ts
class Reflog {
  len(): number;
}

Returns

  • number

    Number of entries in the reflog.

Released under the MIT License.