Skip to content

isEmpty

시그니처

ts
class Index {
  isEmpty(): boolean;
}

반환 값

  • boolean

    인덱스에 항목이 하나도 없으면 true를 반환해요.

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