menu
notSame
import { notSame } from "destack:assert";
Assert that actual is not the same value as expected.
1export function notSame<T>(actual: T, expected: T, message?: string | undefined): voidimport { notSame } from "destack:assert";
Assert that actual is not the same value as expected.
1export function notSame<T>(actual: T, expected: T, message?: string | undefined): void