Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/lib/stdx/semver.ts>parse

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
function parse
import { parse } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/semver.ts";

Attempt to parse a string as a semantic version, returning either a SemVer object or null.

Parameters

version: string | SemVer | null
optional
options: Options