UNPKG

js-aprs-fap

Version:

NodeJs library for parsing APRS packets.

9 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimeFormatEnum = void 0; var TimeFormatEnum; (function (TimeFormatEnum) { TimeFormatEnum[TimeFormatEnum["DHM"] = 0] = "DHM"; TimeFormatEnum[TimeFormatEnum["HMS"] = 1] = "HMS"; })(TimeFormatEnum || (exports.TimeFormatEnum = TimeFormatEnum = {})); //# sourceMappingURL=TimeFormatEnum.js.map