UNPKG

@convex-dev/aggregate

Version:

Convex component to calculate counts and sums of values for efficient aggregation.

4 lines 187 B
import { fc } from "@fast-check/vitest"; import type { Value } from "./btree.js"; export declare const arbitraryValue: fc.Arbitrary<Value>; //# sourceMappingURL=arbitrary.helpers.d.ts.map