Searched defs:isDeclaredESValue (Results 1 – 1 of 1) sorted by relevance
2760 const isDeclaredESValue = !!node.type && TsUtils.isEsValueType(node.type); constant2777 const isDeclaredESValue = isTypeAnnotated && TsUtils.isEsValueType(nodeDeclType); constant