Searched defs:isDecorator (Results 1 – 4 of 4) sorted by relevance
178 export function isDecorator(node: Node): node is Decorator { function
31373 const isDecorator = node.kind === SyntaxKind.Decorator; constant
23740 function isDecorator(node) { function
29531 function isDecorator(node) { function