convex
Version:
Client for the Convex Cloud
16 lines (14 loc) • 344 B
text/typescript
/**
* 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 "./values.js";
export type {
GenericIdConstructor,
JSONValue,
Value,
NumericValue,
} from "./values.js";