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
23712 function isDecorator(node) { function
29500 function isDecorator(node) { function