Skip to content

isEmpty

Check if the reflog is empty.

Signature

ts
class Reflog {
  isEmpty(): boolean;
}

Returns

  • boolean

    true if the reflog is empty, false otherwise.

Released under the MIT License.