import { asserts } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { assertGreaterOrEqual } = asserts;
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.
import { asserts } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { assertGreaterOrEqual } = asserts;
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.