Skip to content

Fix types

Latest
Compare
Choose a tag to compare
@tmcw tmcw released this 13 Dec 17:09
· 1 commit to main since this release

The @types/geojson module is slightly incorrect: its Feature type assumes that a feature's geometry is not null. This fixes that type by allowing features with null geometries.

  • fix: Make types more accurate 14237e6
  • docs: Fix readme docs link 8c11221

v1.0.1...v1.0.2