Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/deploy/deps/semver.ts>semver.Operator

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias semver.Operator
import { type semver } from "https://deno.land/x/actionify@0.3.0/deploy/deps/semver.ts";
const { Operator } = semver;
definition:
| "==="
| "!=="
| ""
| "="
| "=="
| "!="
| ">"
| ">="
| "<"
| "<="