UNPKG

convex-helpers

Version:

A collection of useful code to complement the official convex package.

3 lines 174 B
import type { Value } from "convex/values"; export declare function compareValues(k1: Value | undefined, k2: Value | undefined): number; //# sourceMappingURL=compare.d.ts.map