Skip to content

isEmpty

Return true is there is no entry in the index.

Signature

ts
class Index {
  isEmpty(): boolean;
}

Returns

  • boolean

    Return true is there is no entry in the index.

Released under the MIT License.