mcard-js
Version:
MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers
14 lines • 401 B
TypeScript
/**
* Handle builtins for CLM execution.
*
* Implements handle_version and handle_prune operations.
*/
/**
* Execute handle version operation.
*/
export declare function executeHandleVersion(ctx: Record<string, any>): Promise<any>;
/**
* Execute handle prune operation.
*/
export declare function executeHandlePrune(ctx: Record<string, any>): Promise<any>;
//# sourceMappingURL=handle.d.ts.map