getDeclarationType
No documentation has been provided.
Presentation
function getDeclarationType (
node: Node<Node>,
):
| "Class"
| "Interface"
| "Enum"
| "Function"
| "TypeAlias"
| "Variable"
| undefined;
Returns
"Class" | "Interface" | "Enum" | "Function" | "TypeAlias" | "Variable" | undefined
Parameters
Name | Type | Description |
---|---|---|
node | Node<Node> |