UNPKG

@hamstudy/flamp

Version:

JavaScript Amateur Multicast Protocol AMP-2 Version 3 Implemented from specification document http://www.w1hkj.com/files/flamp/Amp-2.V3.0.Protocol.pdf • Version 1.0.0 - W5ALT, Walt Fair, Jr. (Derived From) • Version 2.0.0 - W1HKJ, Dave Freese, w

8 lines (7 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Deamp = exports.Amp = void 0; const amp_1 = require("./amp"); Object.defineProperty(exports, "Amp", { enumerable: true, get: function () { return amp_1.Amp; } }); const deamp_1 = require("./deamp"); Object.defineProperty(exports, "Deamp", { enumerable: true, get: function () { return deamp_1.Deamp; } });