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 semver.valid
import { semver } from "https://deno.land/std@0.137.0/_tools/release/deps.ts";
const { valid } = semver;

Parameters

version: string | SemVer | null
optional
optionsOrLoose: boolean | Options

Returns

string | null