import { semver } from "https://deno.land/x/fresh@1.4.0/src/dev/deps.ts";
const { testRange } = semver;
Test to see if the version satisfies the range.
Parameters
version: SemVer
The version to test
range: SemVerRange
The range to check
import { semver } from "https://deno.land/x/fresh@1.4.0/src/dev/deps.ts";
const { testRange } = semver;
Test to see if the version satisfies the range.
The version to test
The range to check