UNPKG

@mapbox/geojson-types

Version:

Flow type declarations for [GeoJSON](https://tools.ietf.org/html/rfc7946).

13 lines (9 loc) 176 B
// @flow strict import type { GeoJSONFeature } from '../../index'; const wrongType: GeoJSONFeature = { type: 'NotFeature', geometry: null, properties: {} };