UNPKG

@mapbox/geojson-types

Version:

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

12 lines (8 loc) 182 B
// @flow strict import type { GeoJSONGeometry } from '../../index'; const wrongType: GeoJSONGeometry = { type: 'MultiLineString', coordinates: [[[[0, 0], [1, 1]]]] };