Home
last modified time | relevance | path

Searched refs:functionKeyword (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
Dutilities.ts781 const functionKeyword = find(node.getChildren(), isFunctionKeyword); constant
782 if (functionKeyword) return functionKeyword;