(source, target)
| 63301 | } |
| 63302 | } |
| 63303 | function makeUnaryTypeMapper(source, target) { |
| 63304 | return { kind: 0 /* TypeMapKind.Simple */, source: source, target: target }; |
| 63305 | } |
| 63306 | function makeArrayTypeMapper(sources, targets) { |
| 63307 | return { kind: 1 /* TypeMapKind.Array */, sources: sources, targets: targets }; |
| 63308 | } |
no outgoing calls
no test coverage detected