method BinarySearchTree.prototype.rotateNodeRe-exportimport { BinarySearchTree } from "https://deno.land/std@0.208.0/data_structures/mod.ts"; rotateNode(node: BinarySearchNode<T>, direction: Direction)Parametersnode: BinarySearchNode<T>direction: Direction