UNPKG

@remix-run/web-fetch

Version:

Web API compatible fetch implementation

10 lines 261 B
export class FetchBaseError extends Error { /** * @param {string} message * @param {string} type */ constructor(message: string, type: string); type: string; get [Symbol.toStringTag](): string; } //# sourceMappingURL=base.d.ts.map