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

std/semver/mod.ts>lessOrEqual

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

Less than or equal to comparison

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

Returns

boolean