import { parseVersion } from "https://deno.land/x/pup@1.0.0-beta.36/deps.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or null
.
Parameters
version: string | SemVer | null
import { parseVersion } from "https://deno.land/x/pup@1.0.0-beta.36/deps.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or null
.