UNPKG

@mapbox/geojson-types

Version:

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

14 lines (10 loc) 187 B
// @flow strict import type { GeoJSONFeature } from '../../index'; const wrongIdType: GeoJSONFeature = { type: 'Feature', geometry: null, properties: {}, id: [] };