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

9 lines
157 B
TypeScript

import { AllGeoJSON } from "@turf/helpers";
export default function flip<T extends AllGeoJSON>(
geojson: T,
options?: {
mutate?: boolean;
}
): T;