menu
notContains
import { notContains } from "destack:assert";
Assert that values does not contain expected.
1export function notContains<T>(values: readonly Iterable<T>, expected: T, message?: string | undefined): voidimport { notContains } from "destack:assert";
Assert that values does not contain expected.
1export function notContains<T>(values: readonly Iterable<T>, expected: T, message?: string | undefined): void