UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

7 lines (6 loc) 222 B
import { AxiosError } from 'axios'; export type HttpRequestError = AxiosError; /** * Supports detecting {@link axios} {@link AxiosError} */ export declare const isHttpRequestError: (e: unknown) => e is HttpRequestError;