Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/src/framework/thread_mem/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.4.8/src/framework/thread_mem/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.