Interface EsFunctionExpression<TArgs>

Type Parameters

  • out TArgs extends Args

    Type of function arguments definition.

Hierarchy

Properties

args?: Declarations<TArgs>

Argument declarations.

async?: boolean

Whether asynchronous function declared.

generator?: boolean

Whether generator function declared.

name?: string

Function name.

Defaults to none.

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

Scope initialization options for lambda body.

Generated using TypeDoc