Searched defs:hasDecorator (Results 1 – 5 of 5) sorted by relevance
54 export function hasDecorator( function
222 export function hasDecorator(node: ts.MethodDeclaration | ts.FunctionDeclaration | function
86 private hasDecorator(node: ts.Node, decorators: string[]): boolean { method in ParseIntent
93 private hasDecorator(node: ts.Node, decorators: string[]): boolean { method in ParseIntent