(flowType)
| 69970 | return typeWithPrimitives; |
| 69971 | } |
| 69972 | function isIncomplete(flowType) { |
| 69973 | return flowType.flags === 0; |
| 69974 | } |
| 69975 | function getTypeFromFlowType(flowType) { |
| 69976 | return flowType.flags === 0 ? flowType.type : flowType; |
| 69977 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…