Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/semver/less_than.ts>lessThan

Deno standard library
Go to Latest
function lessThan
import { lessThan } from "https://deno.land/std@0.215.0/semver/less_than.ts";

Less than comparison

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

Returns

boolean