BSB Node.js Type Definitions
    Preparing search index...

    Function SmartFunctionCallSync

    • initializes a function call and calls it with context but shows as the function type (sync)

      Type Parameters

      • T extends SmartFunctionCallFunc

      Parameters

      • context: any
      • input: T | undefined
      • ...params: Parameters<T>

      Returns void | ReturnType<T>