UNPKG

signalk-server

Version:

An implementation of a [Signal K](http://signalk.org) server for boats.

10 lines (9 loc) 169 B
declare function _exports(app: any): { start: () => void; mdns: { name: string; type: string; port: number; }; }; export = _exports;