index.d.ts 188 B

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