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

4 lines (3 loc) 105 B
export default function(pointA, pointB) { return pointA[0] === pointB[0] && pointA[1] === pointB[1]; }