Expand description
Function definitions shared between function declarations, function expressions, and method definitions.
Structs§
- Arrow
Function - An arrow function definition.
- Function
- An ECMAScript function definition.
Enums§
- Arrow
Body - An arrow-function body: either an expression (concise body) or a block of statements.