(
nameMap: NameMap,
nameProperty: string
)
| 136 | export interface GeoResource { |
| 137 | readonly type: 'geoJSON' | 'geoSVG'; |
| 138 | load( |
| 139 | nameMap: NameMap, |
| 140 | nameProperty: string |
| 141 | ): { |
no outgoing calls
no test coverage detected