UNPKG

extended-nmea

Version:

A TypeScript library for parsing NMEA0183-like sentences with support for custom and proprietary sentences.

12 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateOnly = void 0; class DateOnly { constructor(day, month, year) { this.day = day; this.month = month; this.year = year; } } exports.DateOnly = DateOnly; //# sourceMappingURL=DateOnly.js.map