mcard-js
Version:
MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers
14 lines • 461 B
TypeScript
/**
* VCard Extension Types - Resource type definitions as pure data.
*
* This module provides modular resource type definitions that are loaded
* automatically into the VCard vocabulary.
*/
export * from './core.js';
export * from './storage.js';
export * from './network.js';
export * from './observability.js';
export * from './vendors.js';
import { RESOURCE_REGISTRY } from './core.js';
export { RESOURCE_REGISTRY };
//# sourceMappingURL=index.d.ts.map