import { assertLess } from "https://deno.land/std@0.207.0/assert/mod.ts";
Make an assertion that actual
is less than expected
.
If not then throw.
import { assertLess } from "https://deno.land/std@0.207.0/assert/mod.ts";
Make an assertion that actual
is less than expected
.
If not then throw.