On this pageFunction: isPropertyDefinition() isPropertyDefinition(node: Readonly<Node>): node is PropertyDefinition Defined in: util/typeguard.ts:109 Check whether a node is a PropertyDefinition (class field). Parametersâ nodeâ Readonly<Node> Returnsâ node is PropertyDefinition