UNPKG

@toolkit-p2p/mesh-cache

Version:

Content-addressed mesh cache for toolkit-p2p

11 lines 332 B
/** * @toolkit-p2p/mesh-cache * * Content-addressed distributed cache for mesh networks * * @packageDocumentation */ export { MeshCache } from './cache.js'; export { BlockStorage } from './storage.js'; export { generateCID, base58Encode, base58Decode, isValidCID, verifyCID } from './cid.js'; //# sourceMappingURL=index.js.map