Skip to content

isEmpty

reflog가 비어 있는지 확인해요.

시그니처

ts
class Reflog {
  isEmpty(): boolean;
}

반환 값

  • boolean

    reflog가 비어 있으면 true, 그렇지 않으면 false인 값

MIT 라이선스에 따라 배포됩니다.