UNPKG

mcard-js

Version:

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

4 lines 177 B
export interface Runtime { execute(codeOrPath: string, context: unknown, config: any, chapterDir: string): Promise<unknown>; } //# sourceMappingURL=RuntimeInterface.d.ts.map