UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

8 lines 446 B
/** * @param {object} context * @param {import('ipfs-core-types/src/root').API<{}>["addAll"]} context.addAll */ export function createAdd({ addAll }: { addAll: import('ipfs-core-types/src/root').API<{}>["addAll"]; }): (entry: import("ipfs-core-types/src/utils").ImportCandidate, options?: import("ipfs-core-types/src/root").AddOptions | undefined) => Promise<import("ipfs-core-types/src/root").AddResult>; //# sourceMappingURL=add.d.ts.map