Searched defs:isComment (Results 1 – 2 of 2) sorted by relevance
29 var isComment = isNodeType.bind(null, _types.COMMENT); variable
1719 export function isComment(kind: SyntaxKind): boolean { function