(sourceProp, targetProp)
| 67243 | return type; |
| 67244 | } |
| 67245 | function isPropertyIdenticalTo(sourceProp, targetProp) { |
| 67246 | return compareProperties(sourceProp, targetProp, compareTypesIdentical) !== 0 /* Ternary.False */; |
| 67247 | } |
| 67248 | function compareProperties(sourceProp, targetProp, compareTypes) { |
| 67249 | // Two members are considered identical when |
| 67250 | // - they are public properties with identical names, optionality, and types, |
no test coverage detected