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

x/actionify/mod.ts>e.expr

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

Wrap content as an expression.

Type Parameters

optional
Type = unknown

Parameters

content: ExpressionContent<Type> | undefined