Searched defs:targetNonRestCount (Results 1 – 1 of 1) sorted by relevance
22294 const targetNonRestCount = targetRestType ? targetCount - 1 : targetCount; constant22295 …const paramCount = sourceRestType ? targetNonRestCount : Math.min(sourceCount, targetNonRestCount); constant