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

20 lines (16 loc) 439 B
"use strict"; (function () { var root = this; var previous_skmeans = root.skmeans; var skmeans = require('./main.js'); if (typeof exports !== 'undefined') { if (typeof module !== 'undefined' && module.exports) { exports = module.exports = skmeans; } exports.skmeans = skmeans; } if (typeof window !== 'undefined') { window.skmeans = skmeans; } }).call(undefined); //# sourceMappingURL=browser.js.map