UNPKG

@harbor/ui

Version:

Harbor shared UI components based on Clarity and Angular6

10 lines (9 loc) 230 B
/** * To handle the error message body * ** * returns {string} */ import { Response } from "@angular/http"; export declare const errorHandler: (error: any) => string; export declare const extractJson: (res: Response) => any;