Skip to main content
Module

std/semver/less_than.ts>lessThan

Deno standard library
Go to 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.213.0/semver/less_than.ts";

Less than comparison

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

Returns

boolean