import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { parse } = semver;
Attempt to parse a string as a semantic version, returning either a SemVer
object or throws a TypeError.
import { semver } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { parse } = semver;
Attempt to parse a string as a semantic version, returning either a SemVer
object or throws a TypeError.