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

x/actionify/deploy/deps/semver.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/deploy/deps/semver.ts";
const { lt } = semver;

Parameters

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

Returns

boolean