Skip to main content
Module

x/script_nop/mod.ts>NOPNotification

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
type alias NOPNotification
import { type NOPNotification } from "https://deno.land/x/script_nop@v2.4.6/mod.ts";
definition: { from: NotifyingElement; to: NotifyingElement; value: any; mode: NotificationMode; from_type: NOPEntity; to_type: NOPEntity; time?: number; }