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