Skip to content

count

Get the count of entries currently in the index.

Signature

ts
class Index {
  count(): number;
}

Returns

  • number

    The count of entries currently in the index.

Released under the MIT License.