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) 241 B
import { FeatureCollection, GeometryObject } from "@turf/helpers"; /** * http://turfjs.org/docs/#sample */ export default function sample<T extends GeometryObject>( features: FeatureCollection<T>, num: number ): FeatureCollection<T>;