UNPKG

@helia/verified-fetch

Version:

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

7 lines 227 B
export declare class ServerTiming { private headers; constructor(); getHeader(): string; time<T>(name: string, description: string, promise: Promise<T>): Promise<T>; } //# sourceMappingURL=server-timing.d.ts.map