UNPKG

js-aprs-fap

Version:

NodeJs library for parsing APRS packets.

12 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class digipeater { callsign; wasDigipeated; constructor(callsign, wasDigipeated) { this.callsign = callsign; this.wasDigipeated = wasDigipeated; } } exports.default = digipeater; //# sourceMappingURL=digipeater.js.map