Searched refs:simpleTypes (Results 1 – 1 of 1) sorted by relevance
146 export const simpleTypes: Set<ts.SyntaxKind> = new Set([ts.SyntaxKind.StringKeyword, constant896 if (simpleTypes.has(typeNode.kind)) {