UNPKG

extended-nmea

Version:

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

4 lines (3 loc) 130 B
export { DateOnly } from './DateOnly'; export { TimeOnly } from './TimeOnly'; export { GeoCoordinate } from './GeoCoordinate';