UNPKG

@signalk/nmea0183-signalk

Version:

A node.js/javascript parser for NMEA0183 sentences. Sentences are parsed to Signal K format.

9 lines 338 B
"use strict"; /** * Core types shared across the parser, hooks, and tests. * * Every NMEA hook receives a `ParserInput` and returns either a `Delta` (the * Signal K update envelope) or `null` when the sentence carries no usable data. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=index.js.map