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

x/earthstar/deps.ts>FingerprintTree#getLowestValue

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

Return the lowest value within this tree. Useful for constructing the maximum range of the tree, which will be [x, x) where x is the result of this function.

Returns

ValueType