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

Properties

message: string
actual: unknown
expected: unknown
operator: string
stack: Error