Skip to content

entries

이 인덱스에 있는 항목들을 순회할 수 있는 iterator를 가져와요.

시그니처

ts
class Index {
  entries(): IndexEntries;
}

반환 값

  • IndexEntries

    이 인덱스에 있는 항목들을 순회할 수 있는 iterator를 반환해요.

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