Skip to main content
Module

x/actionify/mod.ts>e.not

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

Negates the truthiness of the provided expression / value.

Parameters

content: ExpressionContent | undefined