Interface EsFunctionDeclarationRequest<TArgs>

Explicit function declaration request.

Type Parameters

  • out TArgs extends Args

    Type of function arguments definition.

Hierarchy

Properties

Methods

Properties

args?: Declarations<TArgs>

Argument declarations.

Host to declare function.

Default Value

function

async?: boolean

Whether asynchronous function declared.

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

Scope initialization options for lambda body.

Methods

Generated using TypeDoc