UNPKG

@beenotung/tslib

Version:
11 lines (10 loc) 287 B
export declare class HttpError extends Error { status: number; statusCode: number; constructor(statusCode: number, message: string); toString(): string; } export declare class NotImplError extends HttpError { constructor(); } export declare function not_impl(): any;