UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

10 lines 610 B
/** * @param {object} config * @param {import('ipfs-repo').IPFSRepo} config.repo * @param {import('../../types').Preload} config.preload */ export function createGet({ repo, preload }: { repo: import('ipfs-repo').IPFSRepo; preload: import('../../types').Preload; }): (cid: import("ipfs-http-client/dist/src").CID<unknown, number, number, import("multiformats/dist/types/src").Version>, options?: (import("ipfs-core-types").AbortOptions & import("ipfs-core-types/src/utils").PreloadOptions) | undefined) => Promise<import("@ipld/dag-pb/dist/src/interface").PBNode>; //# sourceMappingURL=get.d.ts.map