Skip to main content
Module

std/semver/mod.ts>tryParse

Deno standard library
Go to Latest
function tryParse
import { tryParse } from "https://deno.land/std@0.215.0/semver/mod.ts";

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

Parameters

optional
version: string

The version string to parse

Returns

SemVer | undefined

A valid SemVer or undefined