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

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

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

Check whether the value is an expression.

Parameters

value: unknown