method BinarySearchTree.prototype.findNodeRe-exportimport { BinarySearchTree } from "https://deno.land/std@0.218.0/data_structures/mod.ts"; findNode(value: T): BinarySearchNode<T> | nullParametersvalue: TReturnsBinarySearchNode<T> | null