convex
Version:
Client for the Convex Cloud
10 lines • 384 B
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 "@convex-dev/common";
export type { GenericIdConstructor, JSONValue, Value, NumericValue, } from "@convex-dev/common";
//# sourceMappingURL=index.d.ts.map