UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

8 lines 334 B
/** * @param {object} config * @param {import('ipfs-repo').IPFSRepo} config.repo */ export function createLocal({ repo }: { repo: import('ipfs-repo').IPFSRepo; }): (options?: import("ipfs-core-types").AbortOptions | undefined) => AsyncIterable<import("ipfs-core-types/src/refs").RefsResult>; //# sourceMappingURL=local.d.ts.map