import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { testComparator } = semver;
Test to see if a semantic version falls within the range of the comparator.
Parameters
version: SemVer
The version to compare
comparator: SemVerComparator
The comparator