import { semver } from "https://deno.land/x/fresh@1.4.1/src/dev/deps.ts";
const { outside } = semver;
Returns true if the version is outside the bounds of the range in either the
high or low direction. The hilo argument must be either the string '>' or
'<'. (This is the function called by gtr
and ltr
.)
Parameters
version: SemVer
The version to compare to the range
range: SemVerRange
The range of possible versions
Parameters
version: string | SemVer
The version to compare to the range
range: string | SemVerRange
The range of possible versions