ts-lambda-api - v2.5.2
    Preparing search index...

    Function bind

    • Binds the given function to execute to this AsyncResource's scope.

      Type Parameters

      • Func extends (...args: any[]) => any

      Parameters

      • fn: Func

        The function to bind to the current AsyncResource.

      Returns Func

      v14.8.0, v12.19.0