Searched defs:preSplit (Results 1 – 1 of 1) sorted by relevance
50 const preSplit = propertySignature.propertyTypeName.split('<'); constant51 const genericArg = preSplit[preSplit.length - 1].split('>')[0]; constant