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 (9 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto); var _default = exports.default = { randomUUID };