Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/deps.ts>FingerprintTree#aggregateUntil

Storage for private, distributed, offline-first applications.
Go to Latest
method FingerprintTree.prototype.aggregateUntil
Re-export
import { FingerprintTree } from "https://deno.land/x/earthstar@v10.2.0/deps.ts";

Parameters

node: NodeType<ValueType, LiftedType>
x: ValueType
y: ValueType

Returns

{ label: CombinedLabel<ValueType, LiftedType>; nextTree: NodeType<ValueType, LiftedType> | null; }