import { parse } from "https://deno.land/std@0.190.0/semver/mod.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or null
.
import { parse } from "https://deno.land/std@0.190.0/semver/mod.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or null
.