import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/inRange.js";
Checks if n
is between start
and up to, but not including, end
. If
end
is not specified, it's set to start
with start
then set to 0
.
If start
is greater than end
the params are swapped to support
negative ranges.