@helia/verified-fetch
Version:
A fetch-like API for obtaining verified & trustless IPFS content on the web
13 lines • 393 B
TypeScript
export declare class InvalidRangeError extends Error {
static name: string;
constructor(message?: string);
}
export declare class NoContentError extends Error {
static name: string;
constructor(message?: string);
}
export declare class SubdomainNotSupportedError extends Error {
static name: string;
constructor(message?: string);
}
//# sourceMappingURL=errors.d.ts.map