UNPKG

extended-nmea

Version:

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

3 lines (2 loc) 111 B
import { INmeaSentence } from "../interfaces"; export declare type RawNmeaSentence = INmeaSentence | string;