UNPKG

@mapbox/geojson-types

Version:

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

11 lines (8 loc) 155 B
// @flow strict import type { GeoJSONFeature } from '../../index'; const noProperties: GeoJSONFeature = { type: 'Feature', geometry: null };