Skip to main content
Module

std/assert/assert_is_error.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://deno.land/std@0.223.0/assert/assert_is_error.ts";

Functions

Make an assertion that error is an Error. If not then an error will be thrown. An error class and a string that should be included in the error message can also be asserted.