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