notSame import { notSame } from "destack:assert"; Assert that actual is not the same value as expected. export function notSame(actual: T, expected: T, message?: string | undefined): void language/library/src/assert/assert.ds:63:65