Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/deps.ts>FingerprintTree#findGteNode

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
method FingerprintTree.prototype.findGteNode
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.0.0-beta.6/deps.ts";

Find the first node holding a value greater than or equal to the given value.

Parameters

value: ValueType

Returns

NodeType<ValueType, LiftedType> | null