Searched defs:isPropertyDeclaration (Results 1 – 2 of 2) sorted by relevance
1406 …const isPropertyDeclaration: boolean = typeNode.parent && ts.isPropertyDeclaration(typeNode.parent… constant