Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnit/deps.ts>semver.ltr

dnit: typescript (deno) task executor
Go to Latest
function semver.ltr
import { semver } from "https://deno.land/x/dnit@dnit-v1.14.3/deps.ts";
const { ltr } = semver;

Return true if version is less than all the versions possible in the range.

Parameters

version: string | SemVer
range: string | Range
optional
optionsOrLoose: boolean | Options

Returns

boolean