Files
turftracker/frontend/node_modules/@turf/point-on-feature/index.d.ts
2026-04-09 13:19:47 -05:00

7 lines
188 B
TypeScript

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