UNPKG
js-aprs-fap
Version:
beta (1.0.1-beta.2)
latest (2.0.1)
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.3-alpha
1.1.2
1.1.2-alpha
1.1.1
1.1.0
1.1.0-beta
1.0.1
1.0.1-beta.2
1.0.1-beta.1
1.0.0
NodeJs library for parsing APRS packets.
github.com/KD0NKS/js-aprs-fap
KD0NKS/js-aprs-fap
js-aprs-fap
/
dist
/
src
/
digipeater.js
12 lines
•
326 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"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