Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AssertionErrorDetailsDescriptor
import { type AssertionErrorDetailsDescriptor } from "https://deno.land/std@0.101.0/node/assertion_error.ts";

Properties

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