method BinarySearchTree.prototype.isEmptyimport { BinarySearchTree } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; isEmpty(): booleanChecks if the binary search tree is empty. Returnsboolean