Skip to main content
Module

x/actionify/config/deps.ts>semver.coerce

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function semver.coerce
import { semver } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";
const { coerce } = semver;

Coerces a string to semver if possible

Parameters

version: string | SemVer
optional
optionsOrLoose: boolean | Options