Skip to main content
Module

x/aloedb/lib/utils.ts>isError

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function isError
import { isError } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Checks whether the value is an error.

Parameters

target: unknown

Target to check.

Returns

target is Error

Result of checking.