Skip to main content
Deno 2 is finally 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.9/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>