Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/deps.ts>FingerprintTree#findGteNode

Storage for private, distributed, offline-first applications.
Go to Latest
method FingerprintTree.prototype.findGteNode
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.2.0/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