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

x/script_nop/src/DataMapChild.ts>default.registerExtensions

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

Registers extension procedures to be used within Conditions.

Parameters

namedFunctions: Function[]

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