Skip to main content
Module

x/netzo/deps/semver/mod.ts

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.5.14/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