(kind, mapper1, mapper2)
| 63310 | return { kind: 2 /* TypeMapKind.Function */, func: func }; |
| 63311 | } |
| 63312 | function makeCompositeTypeMapper(kind, mapper1, mapper2) { |
| 63313 | return { kind: kind, mapper1: mapper1, mapper2: mapper2 }; |
| 63314 | } |
| 63315 | function createTypeEraser(sources) { |
| 63316 | return createTypeMapper(sources, /*targets*/ undefined); |
| 63317 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…