import { parse } from "https://deno.land/x/molt@0.17.2/lib/std/semver.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or throws a TypeError.
import { parse } from "https://deno.land/x/molt@0.17.2/lib/std/semver.ts";
Attempt to parse a string as a semantic version, returning either a SemVer
object or throws a TypeError.