Skip to main content
Go to Latest
interface AssertionErrorConstructorOptions
import { type AssertionErrorConstructorOptions } from "https://deno.land/std@0.145.0/node/assertion_error.ts";

Properties

optional
message: string
optional
actual: unknown
optional
expected: unknown
optional
operator: string
optional
stackStartFn: Function
optional
stackStartFunction: Function