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

x/actionify/mod.ts>expressions.Expression#wrap

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

Wrap the expression as an interpolation ${{ <EXPRESSION> }} so that it can be used in different scopes.