convex
Version:
Client for the Convex Cloud
10 lines • 376 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 { Id as GenericId, convexToJson, jsonToConvex } from "./values.js";
export type { GenericIdConstructor, JSONValue, Value, NumericValue, } from "./values.js";
//# sourceMappingURL=index.d.ts.map