method BinarySearchTree.prototype.insertNodeRe-exportimport { BinarySearchTree } from "https://deno.land/std@0.222.1/data_structures/mod.ts"; insertNode(Node: BinarySearchNode, value: T): BinarySearchNode<T> | nullParametersNode: BinarySearchNodevalue: TReturnsBinarySearchNode<T> | null