Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v1.9.9/src/DataMapChild.ts";

Registers extension functions to be used within Conditions.

Parameters

namedFunctions: Function[]

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