Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/semver/mod.ts>lessThanRange

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function lessThanRange
import { lessThanRange } from "https://deno.land/std@0.223.0/semver/mod.ts";

Check if the semver is less than the range.

Parameters

semver: SemVer
range: Range

Returns

boolean