(map: IdMap2<MapValue> | undefined)
| 137 | }; |
| 138 | |
| 139 | export const mapClone2 = <MapValue>(map: IdMap2<MapValue> | undefined) => |
| 140 | mapClone(map, mapClone); |
| 141 | |
| 142 | export const mapClone3 = <MapValue>(map: IdMap3<MapValue> | undefined) => |
| 143 | mapClone(map, mapClone2); |
no test coverage detected
searching dependent graphs…