UNPKG

js-aprs-fap

Version:

NodeJs library for parsing APRS packets.

14 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class telemetry { seq; vals; bits; constructor(seq, vals, bits) { this.seq = seq; this.vals = vals; this.bits = bits; } } exports.default = telemetry; //# sourceMappingURL=telemetry.js.map