UNPKG

xpm

Version:

The xPack project manager command line tool

10 lines (9 loc) 230 B
export declare class HTTPError extends Error { statusCode: number; location?: string; constructor({ status, message, location, }: { status: number; message: string; location?: string; }); }