Skip to main content
Module

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

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.lt
import { semver } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";
const { lt } = semver;

Parameters

v1: string | SemVer
v2: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

boolean