UNPKG

convex

Version:

Client for the Convex Cloud

16 lines (14 loc) 358 B
/** * Utilities for working with values stored in Convex. * * You can see the full set of supported types at * [Types](https://docs.convex.dev/using/types). * @module */ export { GenericId, convexToJson, jsonToConvex } from "@convex-dev/common"; export type { GenericIdConstructor, JSONValue, Value, NumericValue, } from "@convex-dev/common";