Skip to main content
Module

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

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

Parameters

v1: string | SemVer
v2: string | SemVer
optional
optionsOrLoose: boolean | Options

Returns

boolean