import { expressions } from "https://deno.land/x/actionify@0.3.0/mod.ts";
const { Expression } = expressions;
An expression which is evaluated within the github action context.
Properties
z$: Type
Static Methods
create<Type = unknown>(...items: Array<ExpressionContent<Type> | string | undefined>)
is(value: unknown): value is Expression
Check whether the value is an expression.