Optional
type: stringOptional
start: numberOptional
end: numberOptional
endThe ending character of the node in the document.
Node
Defines if the declaration is async or not.
AsyncDeclaration
Indicates if the declaration is exported (i.e. export function ...) or not.
ExportableDeclaration
The name of the declaration.
Declaration
List of used parameters in the callable node.
CallableDeclaration
Optional
startThe starting character of the node in the document.
Node
Optional
typeList of used variables in the callable node.
CallableDeclaration
Generated using TypeDoc
Function declaration. Like the MethodDeclaration it contains the base info about the function and additional stuff.
Export
Implements
Implements