Current Path : /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/client/ |
Current File : //opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/sigstore/dist/client/error.d.ts |
import fetch from 'make-fetch-happen'; type Response = Awaited<ReturnType<typeof fetch>>; export declare class HTTPError extends Error { response: Response; statusCode: number; location?: string; constructor(response: Response); } export declare const checkStatus: (response: Response) => Response; export {};