Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/cli/deps.ts>semverValid

Netzo - roll out internal tools faster
Go to Latest
function semverValid
import { semverValid } from "https://deno.land/x/netzo@v0.1.85/cli/deps.ts";

Returns the parsed version, or null if it's not valid.

Parameters

version: string | SemVer | null
optional
options: Options

Returns

string | null