Searched refs:isGenericArrayType (Results 1 – 2 of 2) sorted by relevance
248 static isGenericArrayType(tsType: ts.Type): tsType is ts.TypeReference { method in TsUtils282 …return TsUtils.isGenericArrayType(tsType) || TsUtils.isReadonlyArrayType(tsType) || this.isTypedAr…
1950 …if (tsParamDecl.dotDotDotToken && TsUtils.isGenericArrayType(tsParamType) && tsParamType.typeArgum…