UNPKG

aprs-parser

Version:

JavaScript library for parsing APRS packets

8 lines (6 loc) 140 B
'use strict'; function TelemetryLabels(call, labels) { this.call = call; this.labels = labels; } module.exports = TelemetryLabels;