method Node.prototype.compareDocumentPositionimport { Node } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/dom.ts"; compareDocumentPosition(other: Node): numberFIXME: Does not implement attribute node checks ref: https://dom.spec.whatwg.org/#dom-node-comparedocumentposition MDN: https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition Parametersother: NodeReturnsnumber