Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isScrapboxError

import { isScrapboxError } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.4.0/deps/scrapbox.ts";
function isScrapboxError(e: unknown): e is ErrorLike;
§
isScrapboxError(e: unknown): e is ErrorLike
[src]

§Parameters

§
e: unknown
[src]

§Return Type