UNPKG

@seriouslag/httpclient

Version:
3 lines (2 loc) 110 B
import { HttpError } from './HttpError'; export declare function isHttpError(error: any): error is HttpError;