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

x/pup/deps.ts>lt

Universal process manager built in Deno
Go to Latest
function lt
Re-export
import { lt } from "https://deno.land/x/pup@1.0.0-rc.6/deps.ts";

Less than comparison

Returns

boolean

Parameters

s0: string | SemVer
s1: string | SemVer
optional
options: { includePrerelease: boolean; }

Returns

boolean