UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

8 lines 293 B
/** * @param {object} config * @param {import('ipfs-repo').IPFSRepo} config.repo */ export function createVersion({ repo }: { repo: import('ipfs-repo').IPFSRepo; }): (options?: import("ipfs-core-types").AbortOptions | undefined) => Promise<number>; //# sourceMappingURL=version.d.ts.map