Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/http.ts>isHttpError

[WIP] A framework for crafting interactions with Substrate chains
Latest
function isHttpError
import { isHttpError } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";

A type guard that determines if the value is an HttpError or not.

Parameters

value: unknown