Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 996 Bytes

File metadata and controls

22 lines (15 loc) · 996 Bytes

Module: lib.func

README -> API Index -> Modules Index -> lib.func

Source: src/lib/func/index.js

Function lookup, wrapping, composition, and function-list parsing helpers.

Exported Functions

  • name - Attempt to retrieve immediate caller info from the stack.
  • wrapper - Wrap one function with post-applied arguments.
  • postWrap - Wrap a function chain with post-applied arguments.
  • preWrap - Wrap a function chain with pre-applied arguments.
  • get - Resolve a function target.
  • parseList - Parse a compact function-list DSL into normalized call records.

Related