import { assertLessOrEqual } from "https://deno.land/x/lume@v1.19.0/deps/assert.ts";
Make an assertion that actual
is less than or equal to expected
.
If not then throw.
import { assertLessOrEqual } from "https://deno.land/x/lume@v1.19.0/deps/assert.ts";
Make an assertion that actual
is less than or equal to expected
.
If not then throw.