Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/script_nop/src/Rule.ts>default#notifyAction

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

Notifies an Action of a Rule. This notification can only be triggered if the Rule has received the proper notifications of its Condition and its dependencies through Actions.

Returns

Promise<void>