Searched refs:validatePropDecorator (Results 1 – 1 of 1) sorted by relevance
286 if (item.decorators && item.decorators.length && validatePropDecorator(item.decorators)) {1179 function validatePropDecorator(decorators: ts.NodeArray<ts.Decorator>): boolean { function