Options
All
  • Public
  • Public/Protected
  • All
Menu

Allows looking up a function by its IFunctionDefinition.id id.

Hierarchy

  • IFunctionLookupTable

Index

Methods

getFunction

  • Returns the function with the given id or undefined if no such function is registered.

    Parameters

    Returns Function | undefined

    the function with the given id, if available, undefined otherwise

registerStaticFunction

  • registerStaticFunction(id: IFunctionId, func: Function): void

Generated using TypeDoc