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

x/script_nop/mod.ts>DataMapChild.registerExtensions

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

Registers extension procedures to be used within Conditions.

Parameters

namedFunctions: Function[]

procedures to be registered. Must be named procedures, cannot be anonymous procedures.