Skip to content

isEmpty

Signature

ts
class Tree {
  isEmpty(): boolean;
}

Returns

  • boolean

    Return true if there is no entry.

Released under the MIT License.