convex
Version:
Client for the Convex Cloud
11 lines • 381 B
TypeScript
export declare function canonicalizeUdfPath(udfPath: string): string;
/**
* A string representing the name and arguments of a query.
*
* This is used by the {@link InternalConvexClient}.
*
* @public
*/
export declare type QueryToken = string;
export declare function serializePathAndArgs(udfPath: string, args: any[]): QueryToken;
//# sourceMappingURL=udf_path_utils.d.ts.map