Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/mod.ts>Rule#notifyAction

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
method Rule.prototype.notifyAction
Re-export
import { Rule } from "https://deno.land/x/script_nop@v1.8.2/mod.ts";

checks if a Rule is satisfied and performs its action. It should only be called by rules that already satisfy its dependencies.

Returns

Promise<void>