UNPKG

multiformats

Version:

Interface for multihash, multicodec, multibase and CID

8 lines 329 B
import CID from "./cid.js"; import * as hasher from "./hashes/hasher.js"; import * as digest from "./hashes/digest.js"; import * as varint from "./varint.js"; import * as bytes from "./bytes.js"; import * as codec from "./codecs/codec.js"; export { CID, hasher, digest, varint, bytes, codec }; //# sourceMappingURL=index.d.ts.map