Searched refs:isJSDocComment (Results 1 – 1 of 1) sorted by relevance
189 export function isJSDocComment(node: ts.Node): boolean { function622 if (isComment(node) || isJSDocComment(node)) {