UNPKG

@belgattitude/http-exception

Version:

Warning: has been moved to @httpx/exception. Please update.

8 lines (5 loc) 224 B
import { HttpClientException } from '../base/HttpClientException.js'; var isHttpClientException = function isHttpClientException(error) { return error instanceof HttpClientException; }; export { isHttpClientException };