ng-gpt
Version:
A Angular implementation of the google GPT API.
8 lines (7 loc) • 322 B
TypeScript
import * as i0 from "@angular/core";
export declare class HttpErrorService {
httpError(response: any, message: string): void;
isErrorCode: (code: number | string) => boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HttpErrorService>;
}