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

std/semver/less_than.ts>lessThan

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
function lessThan
import { lessThan } from "https://deno.land/std@0.224.0/semver/less_than.ts";

Less than comparison

This is equal to compare(s0, s1) < 0.

Returns

boolean