(type)
| 61109 | return addOptionality(getTypeFromTypeNode(node.type), /*isProperty*/ true); |
| 61110 | } |
| 61111 | function getTypeId(type) { |
| 61112 | return type.id; |
| 61113 | } |
| 61114 | function containsType(types, type) { |
| 61115 | return ts.binarySearch(types, type, getTypeId, ts.compareValues) >= 0; |
| 61116 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…