UNPKG

@helia/verified-fetch

Version:

A fetch-like API for obtaining verified & trustless IPFS content on the web

6 lines 207 B
/** * Joins an array of strings as an IPFS path and URI encodes individual * components */ export declare function uriEncodeIPFSPath(str: string): string; //# sourceMappingURL=ipfs-path-to-string.d.ts.map