UNPKG

@tuentyfaiv/http

Version:

Library for http requests based on fetch

3 lines (2 loc) 144 B
import type { HttpAlert } from "../typing/classes/http.typing.js"; export declare function throwError(error: unknown, swal?: HttpAlert): Error;