Function: isPropertyDefinition()
function isPropertyDefinition(node: Readonly<Node>): node is PropertyDefinition;
Defined in: util/typeguard.ts:126
Check whether a node is a PropertyDefinition (class field).
Parametersâ
nodeâ
Readonly<Node>
Returnsâ
node is PropertyDefinition