🚧
Still under progress. Soon will be finished.
Description
A function declaration after being serialized
Properties
| Name | Type | Description |
|---|---|---|
| kind | |
The declaration kind |
| name | |
The name of the function |
| signatures | |
An array of function signatures |
| namespace | |
The namespace where the function is defined |
| async | |
Whether the function is async or not |
| generator | |
Whether it’s a generator function or not |
| decorators | |
Any function decorator |
| jsDoc | |
Any JSDoc comment |