Interface EsLambdaExpression<TArgs>

Type Parameters

  • out TArgs extends Args

    Type of lambda arguments definition.

Hierarchy

Properties

Properties

args?: Declarations<TArgs>

Argument declarations.

async?: boolean

Whether asynchronous function declared.

scope?: Omit<EsScopeInit, "async" | "kind" | "generator">

Scope initialization options for lambda body.

Generated using TypeDoc