Skip to main content
Latest
function semver.lte
import { semver } from "https://deno.land/x/etag@0.2.0/deps.ts";
const { lte } = semver;

Less than or equal comparison

Parameters

v1: string | SemVer
v2: string | SemVer
optional
options: Options

Returns

boolean