UNPKG

ipfs-core

Version:

JavaScript implementation of the IPFS specification

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