UNPKG

tilda-client

Version:
6 lines (5 loc) 205 B
export declare class TildaError extends Error { readonly status: string; constructor(status: string, message: string); } export declare function throwTildaError(response: Response): Promise<void>;