(indexInfos, mapper)
| 63274 | return instantiateList(signatures, mapper, instantiateSignature); |
| 63275 | } |
| 63276 | function instantiateIndexInfos(indexInfos, mapper) { |
| 63277 | return instantiateList(indexInfos, mapper, instantiateIndexInfo); |
| 63278 | } |
| 63279 | function createTypeMapper(sources, targets) { |
| 63280 | return sources.length === 1 ? makeUnaryTypeMapper(sources[0], targets ? targets[0] : anyType) : makeArrayTypeMapper(sources, targets); |
| 63281 | } |
no test coverage detected