Type alias LambdaExpr

LambdaExpr: ((argList, $) => U)

Here the first argument is the argument list and does not include the operator.

Type declaration

    • (argList, $): U
    • Parameters

      Returns U