Function defer

  • Generate deferred version of a function, that executes after the current stack has cleared. 📘

    Parameters

    • x: Function

      a function

    Returns Function

    (...args) => invocation control

Generated using TypeDoc