UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

17 lines 590 B
declare const _exports: { multihash: any; create: typeof import("ipfs-core/src/components").create; crypto: typeof import("libp2p-crypto"); isIPFS: any; CID: typeof import("cids"); multiaddr: typeof import("multiaddr"); multibase: any; multihashing: any; multicodec: any; PeerId: typeof import("peer-id"); globSource: typeof import("ipfs-utils/src/files/glob-source"); urlSource: typeof import("ipfs-utils/src/files/url-source"); }; export = _exports; export type IPFS = import("ipfs-core/src/components"); //# sourceMappingURL=index.d.ts.map