Skip to main content
Module

std/_tools/release/deps.ts>semver.eq

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function semver.eq
import { semver } from "https://deno.land/std@0.136.0/_tools/release/deps.ts";
const { eq } = semver;

Parameters

v1: string | SemVer
v2: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

boolean