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

std/semver/mod.ts>lessOrEqual

Deno standard library
Go to Latest
function lessOrEqual
Re-export
import { lessOrEqual } from "https://deno.land/std@0.215.0/semver/mod.ts";

Less than or equal to comparison

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

Returns

boolean