🚧
Still under progress. Soon will be finished.
Description
Represents a function-like serialized (function declaration or method declaration)
Properties
| Name | Type | Description |
|---|---|---|
| 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 |