UNPKG

@helia/verified-fetch

Version:

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

6 lines 254 B
/** * Takes a filename URL param and returns a string for use in a * `Content-Disposition` header */ export declare function getContentDispositionFilename(filename: string | null): string; //# sourceMappingURL=get-content-disposition-filename.d.ts.map