Skip to main content
Module

x/actionify/mod.ts>expressions.op

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

Use a logical / boolean operator to compare the leftHandSide to the rightHandSide.

Parameters

operator: `${Operator.And}`

Type Parameters

Type extends SupportedPrimitives

Parameters

operator: BooleanOperator