Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.3.66/deps/semver/mod.ts";

Functions

Checks to see if value is a valid SemVer object. It does a check into each field including prerelease and build.

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

Greater than or equal to comparison