Skip to main content
Module

std/semver/try_parse.ts>tryParse

The Deno Standard Library
Go to Latest
function tryParse
import { tryParse } from "https://deno.land/std@0.223.0/semver/try_parse.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