(mapOrGeoModel: MapOrGeoModel)
| 880 | } |
| 881 | |
| 882 | function isGeoModel(mapOrGeoModel: MapOrGeoModel): mapOrGeoModel is GeoModel { |
| 883 | return mapOrGeoModel.mainType === 'geo'; |
| 884 | } |
| 885 | |
| 886 | export default MapDraw; |
| 887 |
no outgoing calls
no test coverage detected
searching dependent graphs…