Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Parameters

version: string | SemVer
range: string | Range
optional
optionsOrLoose: boolean | Options

Returns

boolean