import { assertGreaterOrEqual } from "https://deno.land/x/netzo@0.4.78/deps/std/assert/mod.ts";
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.
x/netzo/deps/std/assert/mod.ts>assertGreaterOrEqual
import { assertGreaterOrEqual } from "https://deno.land/x/netzo@0.4.78/deps/std/assert/mod.ts";
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.