Function: inInterface()
function inInterface(node: Readonly<Node>): boolean;
Defined in: util/tree.ts:50
Check whether a node is inside a TypeScript interface body.
Parametersâ
nodeâ
Readonly<Node>
Returnsâ
boolean
function inInterface(node: Readonly<Node>): boolean;
Defined in: util/tree.ts:50
Check whether a node is inside a TypeScript interface body.
Readonly<Node>
boolean