index.d.ts 195 B

123456
  1. import { AllGeoJSON, FeatureCollection, Point } from "@turf/helpers";
  2. /**
  3. * http://turfjs.org/docs/#explode
  4. */
  5. export default function explode(features: AllGeoJSON): FeatureCollection<Point>;