UNPKG

@helia/verified-fetch

Version:

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

3 lines 214 B
export declare const defaultMimeType = "application/octet-stream"; export declare function contentTypeParser(bytes: Uint8Array, fileName?: string): Promise<string>; //# sourceMappingURL=content-type-parser.d.ts.map