UNPKG

mcard-js

Version:

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

6 lines 211 B
/** * Storage resource types - databases and object storage. */ import { ResourceType } from './core.js'; export declare const STORAGE_TYPES: Record<string, ResourceType>; //# sourceMappingURL=storage.d.ts.map