Skip to main content
Module

x/actionify/config/deps.ts>semver.ltr

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.ltr
import { semver } from "https://deno.land/x/actionify@0.3.0/config/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