Skip to main content

Module function

Module function 

Source
Expand description

Function definitions shared between function declarations, function expressions, and method definitions.

Structs§

ArrowFunction
An arrow function definition.
Function
An ECMAScript function definition.

Enums§

ArrowBody
An arrow-function body: either an expression (concise body) or a block of statements.