Skip to content

entries

Get an iterator over the entries in this index.

Signature

ts
class Index {
  entries(): IndexEntries;
}

Returns

  • IndexEntries

    An iterator over the entries in this index.

Released under the MIT License.