UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

10 lines (8 loc) 243 B
import { FeatureCollection, BBox, Point, Polygon } from "@turf/helpers"; /** * http://turfjs.org/docs/#voronoi */ export default function voronoi( points: FeatureCollection<Point>, options: { bbox: BBox } ): FeatureCollection<Polygon>;