Searched defs:constructorIndex (Results 1 – 1 of 1) sorted by relevance
425 const constructorIndex: number = members.findIndex((item: ts.ClassElement) => { constant429 …const constructorNode: ts.ConstructorDeclaration = members[constructorIndex] as ts.ConstructorDecl… constant