(source, target)
| 63825 | } |
| 63826 | // TYPE CHECKING |
| 63827 | function isTypeIdenticalTo(source, target) { |
| 63828 | return isTypeRelatedTo(source, target, identityRelation); |
| 63829 | } |
| 63830 | function compareTypesIdentical(source, target) { |
| 63831 | return isTypeRelatedTo(source, target, identityRelation) ? -1 /* Ternary.True */ : 0 /* Ternary.False */; |
| 63832 | } |
no test coverage detected
searching dependent graphs…