Module

x/fluentci/deps.ts>semver.testRange

This is the command line interface for FluentCI.
Go to Latest
function semver.testRange
import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { testRange } = semver;

Test to see if the version satisfies the range.

Parameters

version: SemVer

The version to test

The range to check

Returns

boolean

true if the version is in the range

import semver.testRange
import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { testRange } = semver;