Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to 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.220.1/semver/less_or_equal.ts";

Less than or equal to comparison

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

Returns

boolean