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

x/actionify/mod.ts>expressions.Expression.create

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

Type Parameters

optional
Type = unknown

Parameters

...items: Array<ExpressionContent<Type> | string | undefined>