Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1/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>