Skip to content

isEmpty

이 리포지토리가 비어 있는지 확인해요.

시그니처

ts
class Repository {
  isEmpty(): boolean;
}

반환 값

  • boolean

    리포지토리가 비어 있으면 true를 반환해요.

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