UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

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