UNPKG

mcard-js

Version:

MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers

14 lines 402 B
import { MCardStore } from '../storage/MCardStore.js'; export declare class ServiceWorkerPTR { private store; private ws; constructor(serverUrl: string); start(): void; getStore(): MCardStore; private onMeshMessage; private handleLocalRequest; private executeCLM; private executeJavaScript; private executePython; } //# sourceMappingURL=ServiceWorkerPTR.d.ts.map