import { semver } from "https://deno.land/x/release_up@0.6.0/deps.ts";
const { outside } = semver;
Return 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.)