Searched refs:isGenericArrayType (Results 1 – 9 of 9) sorted by relevance
318 export function isGenericArrayType(tsType: Type): tsType is TypeReference { function330 …if (checkType === CheckType.Array && (isGenericArrayType(tsType) || isTypedArray(tsTypeNode))) ret…
1417 !Utils.isGenericArrayType(tsElemAccessBaseExprType) &&1603 …if (tsParamDecl.dotDotDotToken && Utils.isGenericArrayType(tsParamType) && tsParamType.typeArgumen…
498 export function isGenericArrayType(tsType: Type): tsType is TypeReference { function530 return isGenericArrayType(tsType) || isReadonlyArrayType(tsType) || isTypedArray(tsType);
2033 …if (tsParamDecl.dotDotDotToken && Utils.isGenericArrayType(tsParamType) && tsParamType.typeArgumen…
8685 function isGenericArrayType(tsType: Type): tsType is TypeReference;9350 function isGenericArrayType(tsType: Type): tsType is TypeReference;
12631 function isGenericArrayType(tsType: Type): tsType is TypeReference;13296 function isGenericArrayType(tsType: Type): tsType is TypeReference;