// @flow strict import type { GeoJSONFeature } from '../../index'; const noProperties: GeoJSONFeature = { type: 'Feature', geometry: null };