UNPKG

@beenotung/tslib

Version:
9 lines (8 loc) 236 B
export declare class NotImplError extends Error { } export declare function not_impl(): any; export declare class HttpError extends Error { status: number; constructor(status: number, message: string); toString(): string; }