Function: inConstructor()
function inConstructor(node: Readonly<Node>): boolean;
Defined in: util/tree.ts:67
Check whether a node is inside a class constructor method.
Parametersâ
nodeâ
Readonly<Node>
Returnsâ
boolean
function inConstructor(node: Readonly<Node>): boolean;
Defined in: util/tree.ts:67
Check whether a node is inside a class constructor method.
Readonly<Node>
boolean